Type Definition mmtkvdb::lmdb::MDB_rel_func

source ·
pub type MDB_rel_func = Option<unsafe extern "C" fn(item: *mut MDB_val, oldptr: *mut c_void, newptr: *mut c_void, relctx: *mut c_void)>;