pub fn create(original: &Path, link: &Path) -> Result<()>
Create a new symlink at link which points to original.
link
original
Note that original doesn’t have to exist.