Function windows::Win32::Graphics::GdiPlus::GdipDrawPie

pub unsafe fn GdipDrawPie(
    graphics: *mut GpGraphics,
    pen: *mut GpPen,
    x: f32,
    y: f32,
    width: f32,
    height: f32,
    startangle: f32,
    sweepangle: f32
) -> Status