Type Alias MDBX_preserve_func
pub type MDBX_preserve_func = Option<unsafe extern "C" fn(*mut c_void, *mut iovec, *const c_void, usize) -> i32>;
Available on crate feature
mdbx
only.Aliased Type§
pub enum MDBX_preserve_func {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut iovec, *const c_void, usize) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, *mut iovec, *const c_void, usize) -> 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.