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

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

Ownership of chain is passed in.