Function rustix::fs::at::_readlinkat

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