Function rustix::backend::fs::syscalls::symlink

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