Function windows::Win32::Graphics::GdiPlus::GdipAddPathCurve2I

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