Function rustix::backend::fs::syscalls::link

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