pub unsafe fn LoadImageA<P1>( hinst: Option<HINSTANCE>, name: P1, type: GDI_IMAGE_TYPE, cx: i32, cy: i32, fuload: IMAGE_FLAGS, ) -> Result<HANDLE, Error>where P1: Param<PCSTR>,