Type Alias XMIT_HELPER_ROUTINE

Source
pub type XMIT_HELPER_ROUTINE = Option<unsafe extern "C" fn(arg1: PMIDL_STUB_MESSAGE)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _MIDL_STUB_MESSAGE))

Some value of type T.