Type Alias xplane_sys::XPLMPCMComplete_f

source ·
pub type XPLMPCMComplete_f = Option<unsafe extern "C-unwind" fn(inRefcon: *mut c_void, status: FMOD_RESULT)>;

Aliased Type§

enum XPLMPCMComplete_f {
    None,
    Some(unsafe extern "C-unwind" fn(_: *mut c_void, _: FMOD_RESULT)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: *mut c_void, _: FMOD_RESULT))

Some value of type T.