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