pub type FMOD_SOUND_PCMSETPOS_CALLBACK = Option<unsafe extern "C" fn(sound: *mut FMOD_SOUND, subsound: c_int, position: c_uint, postype: FMOD_TIMEUNIT) -> FMOD_RESULT>;Aliased Type§
enum FMOD_SOUND_PCMSETPOS_CALLBACK {
None,
Some(unsafe extern "C" fn(*mut FMOD_SOUND, i32, u32, u32) -> FMOD_RESULT),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut FMOD_SOUND, i32, u32, u32) -> FMOD_RESULT)
Some value of type T.