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