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