Function mdbx_ffi::mdbx_cursor_open[][src]

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