Exemplo n.º 1
0
 public static void leveldb_put(IntPtr /* DB */ db, IntPtr /* WriteOptions*/ options, byte[] key, UIntPtr keylen, byte[] val, UIntPtr vallen, out IntPtr errptr)
 {
     NativeRocksDB.rocksdb_put(db, options, key, keylen, val, vallen, out errptr);
 }