pub unsafe extern "C" fn gegl_rectangle_set(
    rectangle: *mut GeglRectangle,
    x: c_int,
    y: c_int,
    width: c_uint,
    height: c_uint
)