Function librocksdb_sys::rocksdb_sst_file_metadata_destroy
source ยท pub unsafe extern "C" fn rocksdb_sst_file_metadata_destroy(
file_meta: *mut rocksdb_sst_file_metadata_t,
)
Expand description
Releases the specified rocksdb_sst_file_metadata_t.
Note that the specified rocksdb_sst_file_metadata_t must be released before the release of its parent rocksdb_level_metadata_t.