Function windows_sys::Win32::Graphics::GdiPlus::GdipFillPolygon2
pub unsafe extern "system" fn GdipFillPolygon2(
graphics: *mut GpGraphics,
brush: *mut GpBrush,
points: *const PointF,
count: i32
) -> Status