pub unsafe extern "C" fn leveldb_compact_range( db: *mut leveldb_t, start_key: *const c_char, start_key_len: size_t, limit_key: *const c_char, limit_key_len: size_t, )