pub fn symlink<P: AsRef<Path>, Q: AsRef<Path>>(src: P, dst: Q) -> Result<()>
Creates a new symbolic link on the filesystem.
Wrapper for std::os::unix::fs::symlink
std::os::unix::fs::symlink