pub fn hard_link_hash_sync<P, Q>(cache: P, sri: &Integrity, to: Q) -> Result<()>where P: AsRef<Path>, Q: AsRef<Path>,
Hard links a cache entry by integrity address to a specified location, verifying contents as hard links are created.