pub unsafe extern "C-unwind" fn JxlDecoderVersion() -> u32Expand description
Decoder library version.
ยงReturns
The decoder library version as an integer:
MAJOR_VERSION * 1000000 + MINOR_VERSION * 1000 + PATCH_VERSION. For example,
version 1.2.3 would return 1002003.