Function FMOD_Channel_GetDSP

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