FMOD_Studio_EventInstance_SetParameterByNameWithLabel

Function FMOD_Studio_EventInstance_SetParameterByNameWithLabel 

Source
pub unsafe extern "C" fn FMOD_Studio_EventInstance_SetParameterByNameWithLabel(
    eventinstance: *mut FMOD_STUDIO_EVENTINSTANCE,
    name: *const c_char,
    label: *const c_char,
    ignoreseekspeed: FMOD_BOOL,
) -> FMOD_RESULT