rustix::backend::fs::syscalls

Function readlink

Source
pub(crate) fn readlink(path: &CStr, buf: &mut [u8]) -> Result<usize>