Function windows::Win32::Graphics::GdiPlus::GdipFillClosedCurve
pub unsafe fn GdipFillClosedCurve(
graphics: *mut GpGraphics,
brush: *mut GpBrush,
points: *const PointF,
count: i32,
) -> Status