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