reth_db::mdbx::ffi

Function mdbx_dbi_open

source
pub unsafe extern "C" fn mdbx_dbi_open(
    txn: *mut MDBX_txn,
    name: *const i8,
    flags: u32,
    dbi: *mut u32,
) -> i32
Available on crate feature mdbx only.