pub unsafe extern "C" fn ZL_getDefaultEncodingVersion() -> c_uintExpand description
@returns The current encoding version number. This version number is used when the version number is unset.
To use a fixed version number for encoding, grab the current version number using this function, and then pass it as a constant to ZL_CParam_formatVersion.
NOTE: We currently only offer the ability to encode with older versions for a very limited period, so a new release will eventually remove support for encoding with any fixed version number. If you need long term support for a version, please reach out to the data_compression team, since that isn’t currently supported.