Leveldb_writebatch_destroy typedef
Leveldb_writebatch_destroy =
void Function(Pointer<leveldb_writebatch_t> )
LEVELDB_EXPORT void leveldb_writebatch_destroy(leveldb_writebatch_t*);
Implementation
typedef Leveldb_writebatch_destroy = void Function(
Pointer<leveldb_writebatch_t>);