pub unsafe extern "C" fn cairo_ps_surface_create(
    filename: *const c_char,
    width_in_points: c_double,
    height_in_points: c_double
) -> *mut cairo_surface_t
Available on crate feature ps only.