Type Definition mdbx_ffi::MDBX_preserve_func[][src]

pub type MDBX_preserve_func = Option<unsafe extern "C" fn(context: *mut c_void, target: *mut MDBX_val, src: *const c_void, bytes: usize) -> c_int>;