pub type FMOD_OUTPUT_COPYPORT_FUNC = Option<unsafe extern "C" fn(output_state: *mut FMOD_OUTPUT_STATE, portId: c_int, buffer: *mut c_void, length: c_uint) -> FMOD_RESULT>;Aliased Type§
pub enum FMOD_OUTPUT_COPYPORT_FUNC {
None,
Some(unsafe extern "C" fn(*mut FMOD_OUTPUT_STATE, i32, *mut c_void, u32) -> FMOD_RESULT),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut FMOD_OUTPUT_STATE, i32, *mut c_void, u32) -> FMOD_RESULT)
Some value of type T.