pub unsafe fn DrawIconEx<P0, P1, P2>(
    hdc: P0,
    xleft: i32,
    ytop: i32,
    hicon: P1,
    cxwidth: i32,
    cywidth: i32,
    istepifanicur: u32,
    hbrflickerfreedraw: P2,
    diflags: DI_FLAGS
) -> Result<()>
where P0: IntoParam<HDC>, P1: IntoParam<HICON>, P2: IntoParam<HBRUSH>,