pub type MDBX_cmp_func = Option<unsafe extern "C" fn(a: *const MDBX_val, b: *const MDBX_val) -> c_int>;
Aliased Type§
pub enum MDBX_cmp_func {
None,
Some(unsafe extern "C" fn(*const iovec, *const iovec) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*const iovec, *const iovec) -> i32)
Some value of type T
.
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.