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