Function windows::Win32::Graphics::GdiPlus::GdipFillPieI

pub unsafe fn GdipFillPieI(
    graphics: *mut GpGraphics,
    brush: *mut GpBrush,
    x: i32,
    y: i32,
    width: i32,
    height: i32,
    startangle: f32,
    sweepangle: f32
) -> Status