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