Function windows_sys::Win32::Graphics::GdiPlus::GdipDrawCurve3
pub unsafe extern "system" fn GdipDrawCurve3(
graphics: *mut GpGraphics,
pen: *mut GpPen,
points: *const PointF,
count: i32,
offset: i32,
numberofsegments: i32,
tension: f32,
) -> Status