pub type FMOD_DSP_CALLBACK = Option<unsafe extern "C" fn(dsp: *mut FMOD_DSP, type_: FMOD_DSP_CALLBACK_TYPE, data: *mut c_void) -> FMOD_RESULT>;Aliased Type§
pub enum FMOD_DSP_CALLBACK {
None,
Some(unsafe extern "C" fn(*mut FMOD_DSP, u32, *mut c_void) -> FMOD_RESULT),
}