pub fn copy_symlink(src: impl AsRef<Path>, dst: impl AsRef<Path>)
Given a symlink at src, read its target, then create a new symlink at dst also pointing to target.
src
dst