pub type FMOD_DSP_RELEASE_CALLBACK = Option<unsafe extern "C" fn(dsp_state: *mut FMOD_DSP_STATE) -> FMOD_RESULT>;Aliased Type§
pub enum FMOD_DSP_RELEASE_CALLBACK {
None,
Some(unsafe extern "C" fn(*mut FMOD_DSP_STATE) -> u32),
}pub type FMOD_DSP_RELEASE_CALLBACK = Option<unsafe extern "C" fn(dsp_state: *mut FMOD_DSP_STATE) -> FMOD_RESULT>;pub enum FMOD_DSP_RELEASE_CALLBACK {
None,
Some(unsafe extern "C" fn(*mut FMOD_DSP_STATE) -> u32),
}