pub const VERSION: u32 = fmod_sys::FMOD_VERSION; // 131_847u32Expand description
Current FMOD version number.
The version is a 32 bit hexadecimal value formatted as 16:8:8, with the upper 16 bits being the product version,
the middle 8 bits being the major version and the bottom 8 bits being the minor version.
For example a value of 0x00010203 is equal to 1.02.03.