windows::Win32::UI::Shell

Function SHDefExtractIconW

pub unsafe fn SHDefExtractIconW<P0>(
    psziconfile: P0,
    iindex: i32,
    uflags: u32,
    phiconlarge: Option<*mut HICON>,
    phiconsmall: Option<*mut HICON>,
    niconsize: u32,
) -> HRESULT
where P0: Param<PCWSTR>,