pub fn link(exe: &Path, alias: &Path) -> Result<()>
Point alias at exe, replacing whatever is already there.
alias
exe
Both paths must be on the same volume on Windows, which they are whenever the alias is created beside the binary.