Function mdbx_env_chk

pub unsafe extern "C" fn mdbx_env_chk(
    env: *mut MDBX_env,
    cb: *const MDBX_chk_callbacks,
    ctx: *mut MDBX_chk_context,
    flags: u32,
    verbosity: u32,
    timeout_seconds_16dot16: u32,
) -> i32
Available on crate feature mdbx only.