pub type STUB_THUNK = Option<unsafe extern "C" fn(arg1: PMIDL_STUB_MESSAGE)>;Aliased Type§
pub enum STUB_THUNK {
None,
Some(unsafe extern "C" fn(*mut _MIDL_STUB_MESSAGE)),
}pub type STUB_THUNK = Option<unsafe extern "C" fn(arg1: PMIDL_STUB_MESSAGE)>;pub enum STUB_THUNK {
None,
Some(unsafe extern "C" fn(*mut _MIDL_STUB_MESSAGE)),
}