Function librocksdb_sys::rocksdb_filterpolicy_create [] [src]

pub unsafe extern "C" fn rocksdb_filterpolicy_create(
    state: *mut c_void,
    destructor: Option<unsafe extern "C" fn(_: *mut c_void)>,
    create_filter: Option<unsafe extern "C" fn(_: *mut c_void, _: *const *const c_char, _: *const size_t, _: c_int, _: *mut size_t) -> *mut c_char>,
    key_may_match: Option<unsafe extern "C" fn(_: *mut c_void, _: *const c_char, _: size_t, _: *const c_char, _: size_t) -> c_uchar>,
    delete_filter: Option<unsafe extern "C" fn(_: *mut c_void, _: *const c_char, _: size_t)>,
    name: Option<unsafe extern "C" fn(_: *mut c_void) -> *const c_char>
) -> *mut rocksdb_filterpolicy_t