pub unsafe extern "system" fn GdipFillPolygon( graphics: *mut GpGraphics, brush: *mut GpBrush, points: *const PointF, count: i32, fillmode: FillMode, ) -> Status