mdbx_cursor_open

Function mdbx_cursor_open 

pub unsafe extern "C" fn mdbx_cursor_open(
    txn: *mut MDBX_txn,
    dbi: u32,
    cursor: *mut *mut MDBX_cursor,
) -> i32
Available on crate feature provider only.