Leveldb_readoptions_destroy typedef

Leveldb_readoptions_destroy = void Function(Pointer<leveldb_readoptions_t>)
LEVELDB_EXPORT void leveldb_readoptions_destroy(leveldb_readoptions_t*);

Implementation

typedef Leveldb_readoptions_destroy = void Function(Pointer<leveldb_readoptions_t>);