Function windows::Win32::Graphics::GdiPlus::GdipAddPathClosedCurve2
pub unsafe fn GdipAddPathClosedCurve2(
path: *mut GpPath,
points: *const PointF,
count: i32,
tension: f32,
) -> Status