Function mongocrypt_sys::mongocrypt_version

source ยท
pub unsafe extern "C" fn mongocrypt_version(
    len: *mut u32,
) -> *const c_char
Expand description

Returns the version string for libmongocrypt.

@param[out] len An optional length of the returned string. May be NULL. @returns a NULL terminated version string for libmongocrypt.