Type Alias PShutdownTextServices
pub type PShutdownTextServices = Option<unsafe extern "system" fn(ptextservices: Ref<'_, IUnknown>) -> HRESULT>;Aliased Type§
pub enum PShutdownTextServices {
None,
Some(unsafe extern "system" fn(Ref<'_, IUnknown>) -> HRESULT),
}