pub unsafe extern "system" fn GdipAddPathArcI(
    path: *mut GpPath,
    x: i32,
    y: i32,
    width: i32,
    height: i32,
    startangle: f32,
    sweepangle: f32
) -> Status