コード例 #1
0
ファイル: Native.cs プロジェクト: coolcode/neo
 public static void leveldb_write(IntPtr /* DB */ db, IntPtr /* WriteOptions*/ options, IntPtr /* WriteBatch */ batch, out IntPtr errptr)
 {
     NativeRocksDB.rocksdb_write(db, options, batch, out errptr);
 }