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