pub unsafe fn yaml_get_version_string() -> *const i8
Expand description

Get the libyaml version as a string.

Returns the pointer to a static string of the form "X.Y.Z", where X is the major version number, Y is a minor version number, and Z is the patch version number.