pub unsafe extern "C" fn fz_open_image_decomp_stream(
    ctx: *mut fz_context,
    arg1: *mut fz_stream,
    arg2: *mut fz_compression_params,
    l2factor: *mut c_int
) -> *mut fz_stream
Expand description

Open a stream to read the decompressed version of another stream with optional log2 subsampling.