Function windows_sys::Win32::Graphics::GdiPlus::GdipDrawCurve

pub unsafe extern "system" fn GdipDrawCurve(
    graphics: *mut GpGraphics,
    pen: *mut GpPen,
    points: *const PointF,
    count: i32,
) -> Status