Function windows::Win32::Graphics::Gdi::GetPixel

pub unsafe fn GetPixel<P0>(hdc: P0, x: i32, y: i32) -> COLORREF
where P0: IntoParam<HDC>,