pub unsafe extern "C" fn FMOD_ChannelGroup_SetMixLevelsInput(
    channelgroup: *mut FMOD_CHANNELGROUP,
    levels: *mut c_float,
    numlevels: c_int
) -> FMOD_RESULT