Leveldb_destroy_db typedef
Leveldb_destroy_db =
void Function(Pointer<leveldb_options_t> options, Pointer<Utf8> name, Pointer<Pointer<Utf8> > errptr)
LEVELDB_EXPORT void leveldb_destroy_db(const leveldb_options_t* options,
const char* name, char** errptr);
Implementation
typedef Leveldb_destroy_db = void Function(
Pointer<leveldb_options_t> options,
Pointer<Utf8> name,
Pointer<Pointer<Utf8>> errptr,
);