pub unsafe extern "C" fn dzl_cairo_rounded_rectangle(
    cr: *mut cairo_t,
    rect: *const GdkRectangle,
    x_radius: c_int,
    y_radius: c_int
)