[][src]Type Definition mdbx_sys::MDBX_cmp_func

type MDBX_cmp_func = Option<unsafe extern "C" fn(a: *const MDBX_val, b: *const MDBX_val) -> c_int>;