Function FMOD_ChannelGroup_SetMixLevelsInput

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