pub unsafe extern "C" fn fz_open_endstream_filter(
    ctx: *mut fz_context,
    chain: *mut fz_stream,
    len: u64,
    offset: i64
) -> *mut fz_stream
Expand description

The endstream filter reads a PDF substream, and starts to look for an ‘endstream’ token after the specified length.