reth_db::mdbx::ffi

Function mdbx_env_get_fd

source
pub unsafe extern "C" fn mdbx_env_get_fd(
    env: *const MDBX_env,
    fd: *mut i32,
) -> i32
Available on crate feature mdbx only.