pub unsafe fn ImageList_DrawEx<P0, P1, P2, P3>(
    himl: P0,
    i: i32,
    hdcdst: P1,
    x: i32,
    y: i32,
    dx: i32,
    dy: i32,
    rgbbk: P2,
    rgbfg: P3,
    fstyle: IMAGE_LIST_DRAW_STYLE
) -> BOOL
where P0: IntoParam<HIMAGELIST>, P1: IntoParam<HDC>, P2: IntoParam<COLORREF>, P3: IntoParam<COLORREF>,