pub unsafe extern "C" fn fz_open_tar_archive(
    ctx: *mut fz_context,
    filename: *const c_char
) -> *mut fz_archive
Expand description

Open a tar archive file.

An exception is throw if the file is not a tar archive as indicated by the presence of a tar signature.

filename: a path to a tar archive file as it would be given to open(2).