pub unsafe extern "C" fn uiDrawPathNewFigureWithArc(
    p: *mut uiDrawPath,
    xCenter: f64,
    yCenter: f64,
    radius: f64,
    startAngle: f64,
    sweep: f64,
    negative: c_int
)