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