public static int mdb_cursor_renew(IntPtr txn, IntPtr cursor) { return(check(LmdbMethods.mdb_cursor_renew(txn, cursor))); }