liblmdb_sys

Type Alias MDB_cmp_func

Source
pub type MDB_cmp_func = extern "C" fn(_: *const MDB_val, _: *const MDB_val) -> c_int;