pub unsafe extern "C" fn fz_output_supports_stream(
    ctx: *mut fz_context,
    out: *mut fz_output
) -> c_int
Expand description

Query whether a given fz_output supports fz_stream_from_output.