Function lmdb_master_sys::mdb_version

source ·
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 here
  • minor (direction out) - if non-NULL, the library minor version number is copied here
  • patch (direction out) - if non-NULL, the library patch version number is copied here

§Returns

  • "version - string“ The library version as a string