pub unsafe extern "C" fn mdb_cursor_open( txn: *mut MDB_txn, dbi: MDB_dbi, cursor: *mut *mut MDB_cursor, ) -> c_int