[][src]Function mupdf_sys::fz_concat_push_drop

pub unsafe extern "C" fn fz_concat_push_drop(
    ctx: *mut fz_context,
    concat: *mut fz_stream,
    chain: *mut fz_stream
)

Add a chained stream to the end of the concatenate filter.

Ownership of chain is passed in.