pub unsafe extern "C" fn fz_open_archive_entry(
    ctx: *mut fz_context,
    arch: *mut fz_archive,
    name: *const c_char
) -> *mut fz_stream
Expand description

Opens an archive entry as a stream.

name: Entry name to look for, this must be an exact match to the entry name in the archive.

Throws an exception if a matching entry cannot be found.