pub unsafe fn LoadIconA<P0, P1>(hinstance: P0, lpiconname: P1) -> Result<HICON>
where P0: IntoParam<HINSTANCE>, P1: IntoParam<PCSTR>,