Function tar_archive_get_read_progress
Source pub unsafe extern "C" fn tar_archive_get_read_progress(
archive: *mut TarArchive,
processed: *mut i32,
total: *mut i32,
) -> bool
Expand description
Get read progress
§Arguments
archive - Tar archive object. Must be opened in read mode
processed (direction in) - Number of processed entries
total (direction in) - Total number of entries
§Returns
true if successful