fn workerHashFile(io: Io, dir: Io.Dir, hashed_file: *HashedFile) void
fn workerHashFile(io: Io, dir: Io.Dir, hashed_file: *HashedFile) void { hashed_file.failure = hashFileFallible(io, dir, hashed_file); }