Type Definition mdbx_ffi::MDBX_cmp_func[][src]

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