pub unsafe extern "C" fn fz_write_pixmap_as_pcl(
    ctx: *mut fz_context,
    out: *mut fz_output,
    pixmap: *const fz_pixmap,
    pcl: *const fz_pcl_options
)
Expand description

Write an (RGB) pixmap as color PCL.