Function FMOD_Channel_SetDSPIndex

Source
pub unsafe extern "C" fn FMOD_Channel_SetDSPIndex(
    channel: *mut FMOD_CHANNEL,
    dsp: *mut FMOD_DSP,
    index: c_int,
) -> FMOD_RESULT