pub fn atomic_install_noclobber(src: &Path, dst: &Path) -> Result<()>
Install a file, this fails if the dst already exists.
dst
This is a blocking function, must be called in block_in_place mode.
block_in_place