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