pub unsafe extern "C" fn mdb_cursor_put( cursor: *mut MDB_cursor, key: *mut MDB_val, data: *mut MDB_val, flags: c_uint, ) -> c_int