Function mdbx::db::mdbx_cursor_open[][src]

pub unsafe extern "C" fn mdbx_cursor_open(
    txn: *mut MDBX_txn,
    dbi: u32,
    cursor: *mut *mut MDBX_cursor
) -> i32