[][src]Type Definition lmdb_rkv_sys::MDB_cmp_func

type MDB_cmp_func = extern "C" fn(a: *const MDB_val, b: *const MDB_val) -> c_int;