rustix::fs::at

Function _readlinkat

Source
fn _readlinkat(
    dirfd: BorrowedFd<'_>,
    path: &CStr,
    buffer: Vec<u8>,
) -> Result<CString>