pub unsafe extern "C" fn fz_open_compressed_buffer(
    ctx: *mut fz_context,
    arg1: *mut fz_compressed_buffer
) -> *mut fz_stream
Expand description

Open a stream to read the decompressed version of a buffer.