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