pub unsafe extern "C" fn cairo_xlib_surface_create(
    dpy: *mut Display,
    drawable: Drawable,
    visual: *mut Visual,
    width: c_int,
    height: c_int,
) -> *mut cairo_surface_tAvailable on crate feature 
xlib only.pub unsafe extern "C" fn cairo_xlib_surface_create(
    dpy: *mut Display,
    drawable: Drawable,
    visual: *mut Visual,
    width: c_int,
    height: c_int,
) -> *mut cairo_surface_txlib only.