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); }