replace_symlinkat

Function replace_symlinkat 

Source
pub(crate) fn replace_symlinkat(
    target: impl AsRef<Path>,
    dirfd: &OwnedFd,
    name: impl AsRef<Path>,
) -> Result<()>