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