pub unsafe extern "C" fn cairo_arc_negative(
    cr: *mut cairo_t,
    xc: f64,
    yc: f64,
    radius: f64,
    angle1: f64,
    angle2: f64
)