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