pub unsafe fn LoadIconWithScaleDown<P1>( hinst: Option<HINSTANCE>, pszname: P1, cx: i32, cy: i32, ) -> Result<HICON>where P1: Param<PCWSTR>,