Function windows::Win32::Graphics::GdiPlus::GdipDrawBezier

pub unsafe fn GdipDrawBezier(
    graphics: *mut GpGraphics,
    pen: *mut GpPen,
    x1: f32,
    y1: f32,
    x2: f32,
    y2: f32,
    x3: f32,
    y3: f32,
    x4: f32,
    y4: f32
) -> Status