Leveldb_major_version typedef
Leveldb_major_version =
int Function()
/* Return the major version number for this release. */
LEVELDB_EXPORT int leveldb_major_version(void);
Implementation
typedef Leveldb_major_version = int Function();