pub async fn hard_link( original: impl AsRef<Path>, link: impl AsRef<Path>, ) -> Result<()>
Creates a new hard link on the filesystem.