pub unsafe extern "system" fn DrawIconEx(
    hdc: *mut HDC__,
    xLeft: i32,
    yTop: i32,
    hIcon: *mut HICON__,
    cxWidth: i32,
    cyWidth: i32,
    istepIfAniCur: u32,
    hbrFlickerFreeDraw: *mut HBRUSH__,
    diFlags: u32
) -> i32