pub unsafe extern "C" fn mdb_version(
    major: *mut c_int,
    minor: *mut c_int,
    patch: *mut c_int
) -> *mut c_char
Expand description

@brief Return the LMDB library version information.

@param[out] major if non-NULL, the library major version number is copied here @param[out] minor if non-NULL, the library minor version number is copied here @param[out] patch if non-NULL, the library patch version number is copied here @retval “version string” The library version as a string