Function windows_sys::Win32::UI::WindowsAndMessaging::DrawIconEx

pub unsafe extern "system" fn DrawIconEx(
    hdc: HDC,
    xleft: i32,
    ytop: i32,
    hicon: HICON,
    cxwidth: i32,
    cywidth: i32,
    istepifanicur: u32,
    hbrflickerfreedraw: HBRUSH,
    diflags: DI_FLAGS,
) -> BOOL