Function windows::Win32::Graphics::Gdi::Polygon

pub unsafe fn Polygon<P0>(hdc: P0, apt: &[POINT]) -> BOOL
where P0: IntoParam<HDC>,