pub unsafe extern "system" fn ImageList_DrawEx(
    himl: HIMAGELIST,
    i: i32,
    hdcdst: HDC,
    x: i32,
    y: i32,
    dx: i32,
    dy: i32,
    rgbbk: COLORREF,
    rgbfg: COLORREF,
    fstyle: IMAGE_LIST_DRAW_STYLE
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_Graphics_Gdi"