Function windows_sys::Win32::Graphics::GdiPlus::GdipAddPathClosedCurve2I
pub unsafe extern "system" fn GdipAddPathClosedCurve2I(
path: *mut GpPath,
points: *const Point,
count: i32,
tension: f32,
) -> Status