pub unsafe extern "C" fn fz_open_range_filter(
    ctx: *mut fz_context,
    chain: *mut fz_stream,
    ranges: *mut fz_range,
    nranges: c_int
) -> *mut fz_stream
Expand description

The range filter copies data from specified ranges of the chained stream.