pub unsafe extern "C" fn cairo_stroke_extents(
    cr: *mut cairo_t,
    x1: *mut f64,
    y1: *mut f64,
    x2: *mut f64,
    y2: *mut f64
)