pub type INTERACTION_CONTEXT_OUTPUT_CALLBACK2 = Option<unsafe extern "system" fn(clientdata: *const c_void, output: *const INTERACTION_CONTEXT_OUTPUT2)>;

Aliased Type§

enum INTERACTION_CONTEXT_OUTPUT_CALLBACK2 {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const INTERACTION_CONTEXT_OUTPUT2)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const INTERACTION_CONTEXT_OUTPUT2))

Some value of type T.