Type Alias windows::Win32::System::Com::LPFNCANUNLOADNOW
pub type LPFNCANUNLOADNOW = Option<unsafe extern "system" fn() -> HRESULT>;
Aliased Type§
enum LPFNCANUNLOADNOW {
None,
Some(unsafe extern "system" fn() -> HRESULT),
}