pub unsafe extern "C" fn tar_archive_set_file_callback(
archive: *mut TarArchive,
callback: tar_unpack_file_cb,
context: *mut c_void,
)Expand description
Set per-entry callback on unpacking
ยงArguments
archive- Tar archive objectcallback- Callback functioncontext(direction in) - User context