Function windows::Win32::UI::Shell::ExtractIconA

pub unsafe fn ExtractIconA<P0, P1>(
    hinst: P0,
    pszexefilename: P1,
    niconindex: u32
) -> HICON
where P0: IntoParam<HINSTANCE>, P1: IntoParam<PCSTR>,