Function mdbx_env_set_assert
pub unsafe extern "C" fn mdbx_env_set_assert(
env: *mut MDBX_env,
func: Option<unsafe extern "C" fn(_: *const MDBX_env, _: *const i8, _: *const i8, _: u32)>,
) -> i32
Available on crate feature
mdbx
only.