mdbx_cursor_bind

Function mdbx_cursor_bind 

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