pub fn create_symlink( src: impl AsRef<Path>, dst: impl AsRef<Path>, ) -> Result<()>
Create a symlink at dst pointing to src.
dst
src