windows::Win32::UI::Shell

Function ExtractIconW

pub unsafe fn ExtractIconW<P1>(
    hinst: Option<HINSTANCE>,
    pszexefilename: P1,
    niconindex: u32,
) -> HICON
where P1: Param<PCWSTR>,