Function windows::Win32::Graphics::GdiPlus::GdipAddPathCurve2

pub unsafe fn GdipAddPathCurve2(
    path: *mut GpPath,
    points: *const PointF,
    count: i32,
    tension: f32
) -> Status