pub type FMOD_DSP_SETPOSITION_CALLBACK = Option<unsafe extern "C" fn(dsp_state: *mut FMOD_DSP_STATE, pos: c_uint) -> FMOD_RESULT>;Aliased Type§
pub enum FMOD_DSP_SETPOSITION_CALLBACK {
None,
Some(unsafe extern "C" fn(*mut FMOD_DSP_STATE, u32) -> FMOD_RESULT),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut FMOD_DSP_STATE, u32) -> FMOD_RESULT)
Some value of type T.