pub unsafe extern "system" fn SHDefExtractIconW(
    psziconfile: PCWSTR,
    iindex: i32,
    uflags: u32,
    phiconlarge: *mut HICON,
    phiconsmall: *mut HICON,
    niconsize: u32
) -> HRESULT
Expand description

Required features: "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"