pub fn remove_symlink(path: impl AsRef<Path>) -> Result<()>
Delete a symlink at path, but only if it actually is a symlink.
path