pub fn atomic_install(src: &Path, dst: &Path) -> Result<()>
Atomically install a file, this atomically replace dst if it exists.
dst
This is a blocking function, must be called in block_in_place mode.
block_in_place