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