pub type FMOD_CODEC_CLOSE_CALLBACK = Option<unsafe extern "C" fn(codec_state: *mut FMOD_CODEC_STATE) -> FMOD_RESULT>;Aliased Type§
enum FMOD_CODEC_CLOSE_CALLBACK {
None,
Some(unsafe extern "C" fn(*mut FMOD_CODEC_STATE) -> FMOD_RESULT),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut FMOD_CODEC_STATE) -> FMOD_RESULT)
Some value of type T.