pub unsafe extern "system" fn SetPixel(
    hdc: HDC,
    x: i32,
    y: i32,
    color: u32
) -> u32
Expand description

Required features: "Win32_Graphics_Gdi"