FMOD_Studio_System_SetParameterByIDWithLabel

Function FMOD_Studio_System_SetParameterByIDWithLabel 

Source
pub unsafe extern "C" fn FMOD_Studio_System_SetParameterByIDWithLabel(
    system: *mut FMOD_STUDIO_SYSTEM,
    id: FMOD_STUDIO_PARAMETER_ID,
    label: *const c_char,
    ignoreseekspeed: FMOD_BOOL,
) -> FMOD_RESULT