pub unsafe extern "system" fn DrawIcon(
    hdc: HDC,
    x: i32,
    y: i32,
    hicon: HICON
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_Graphics_Gdi"