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