pub unsafe extern "C" fn fz_save_pixmap_as_pcl(
    ctx: *mut fz_context,
    pixmap: *mut fz_pixmap,
    filename: *mut c_char,
    append: c_int,
    pcl: *const fz_pcl_options
)
Expand description

Save an (RGB) pixmap as color PCL.