Function windows::Win32::UI::Shell::ExtractIconW

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