Type Alias STUB_THUNK
pub type STUB_THUNK = Option<unsafe extern "system" fn(param0: *mut MIDL_STUB_MESSAGE)>;Aliased Type§
enum STUB_THUNK {
    None,
    Some(unsafe extern "system" fn(_: *mut MIDL_STUB_MESSAGE)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut MIDL_STUB_MESSAGE))
Some value of type T.