Function FMOD_Studio_System_SetParameterByNameWithLabel

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