Type Definition liblmdb_sys::MDB_cmp_func [] [src]

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