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