pub type FMOD_SOUND_PCMREAD_CALLBACK = Option<unsafe extern "C" fn(sound: *mut FMOD_SOUND, data: *mut c_void, datalen: c_uint) -> FMOD_RESULT>;Aliased Type§
enum FMOD_SOUND_PCMREAD_CALLBACK {
None,
Some(unsafe extern "C" fn(*mut FMOD_SOUND, *mut c_void, u32) -> FMOD_RESULT),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut FMOD_SOUND, *mut c_void, u32) -> FMOD_RESULT)
Some value of type T.