Function mdbx_sys::mdbx_cursor_open

source ยท
pub unsafe extern "C" fn mdbx_cursor_open(
    txn: *const MDBX_txn,
    dbi: MDBX_dbi,
    cursor: *mut *mut MDBX_cursor
) -> c_int