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