pub fn atomic_symlink_file_noclobber(dest: &Path, link: &Path) -> Result<()>
Create a symlink at link to dest, this fails if the link already exists.
link
dest
This is a blocking function, must be called in block_in_place mode.
block_in_place