pub unsafe extern "C" fn mongocrypt_version(
len: *mut u32,
) -> *const c_charExpand 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.