pub fn unpack(in_path: &Path, target_dir: &Path) -> Result<u64>
Unpack the container at in_path into target_dir (created if missing; refuses to overwrite an existing non-empty dir to avoid clobbering live data).
in_path
target_dir