Function mdbx_cursor_open

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