pub unsafe extern "C" fn cairo_xcb_surface_set_size(
    surface: *mut cairo_surface_t,
    width: c_int,
    height: c_int
)
Available on crate feature xcb only.