pub type XMIT_HELPER_ROUTINE = Option<unsafe extern "system" fn(param0: *mut MIDL_STUB_MESSAGE)>;
Expand description

Required features: "Win32_System_Com"

Aliased Type§

enum XMIT_HELPER_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: *mut MIDL_STUB_MESSAGE)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut MIDL_STUB_MESSAGE))

Some value of type T.