Function windows::Win32::Graphics::GdiPlus::GdipFillPie
pub unsafe fn GdipFillPie(
graphics: *mut GpGraphics,
brush: *mut GpBrush,
x: f32,
y: f32,
width: f32,
height: f32,
startangle: f32,
sweepangle: f32,
) -> Status