public static int mdb_cursor_open(IntPtr txn, uint dbi, out IntPtr cursor) { return(check(LmdbMethods.mdb_cursor_open(txn, dbi, out cursor))); }