Function librocksdb_sys::crocksdb_sst_partitioner_factory_create[][src]

pub unsafe extern "C" fn crocksdb_sst_partitioner_factory_create(
    underlying: *mut c_void,
    destructor: extern "C" fn(_: *mut c_void),
    name_cb: extern "C" fn(_: *mut c_void) -> *const c_char,
    create_partitioner_cb: extern "C" fn(_: *mut c_void, _: *mut DBSstPartitionerContext) -> *mut DBSstPartitioner
) -> *mut DBSstPartitionerFactory