pub fn symlink_file<P: AsRef<Path>, Q: AsRef<Path>>( src: P, dst: Q ) -> Result<()>
Creates a new symlink to a non-directory file on the filesystem.
Wrapper for std::os::windows::fs::symlink_file