reth_db::mdbx::ffi

Function mdbx_assert_fail

source
pub unsafe extern "C" fn mdbx_assert_fail(
    env: *const MDBX_env,
    msg: *const i8,
    func: *const i8,
    line: u32,
) -> !
Available on crate feature mdbx only.