Beispiel #1
0
 public static void mdb_txn_abort(IntPtr txn)
 {
     LmdbMethods.mdb_txn_abort(txn);
 }