pub unsafe extern "C" fn cairo_rectangle(
    cr: *mut cairo_t,
    x: f64,
    y: f64,
    width: f64,
    height: f64
)