pub unsafe extern "C" fn fz_document_output_intent(
    ctx: *mut fz_context,
    doc: *mut fz_document
) -> *mut fz_colorspace
Expand description

Find the output intent colorspace if the document has defined one.

Returns a borrowed reference that should not be dropped, unless it is kept first.