pub unsafe extern "C" fn openmpt_get_core_version() -> u32
Expand description

\brief Get the core version number

Return the OpenMPT core version number. \return The value represents (majormajor << 24 + major << 16 + minor << 8 + minorminor).