pub unsafe extern "C" fn fz_open_compressed_buffer(
ctx: *mut fz_context,
arg1: *mut fz_compressed_buffer,
) -> *mut fz_streamExpand description
Open a stream to read the decompressed version of a buffer.
pub unsafe extern "C" fn fz_open_compressed_buffer(
ctx: *mut fz_context,
arg1: *mut fz_compressed_buffer,
) -> *mut fz_streamOpen a stream to read the decompressed version of a buffer.