rustix::backend::fs::syscalls

Function symlink

Source
pub(crate) fn symlink(old_path: &CStr, new_path: &CStr) -> Result<()>