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

Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’