pub unsafe extern "C" fn mdb_version(
major: *mut c_int,
minor: *mut c_int,
patch: *mut c_int,
) -> *mut c_char
Expand description
Return the LMDB library version information.
§Arguments
major
(direction out) - if non-NULL, the library major version number is copied hereminor
(direction out) - if non-NULL, the library minor version number is copied herepatch
(direction out) - if non-NULL, the library patch version number is copied here
§Returns
"version
- string“ The library version as a string