Function nix::fcntl::readlinkat

source ยท
pub fn readlinkat<P: ?Sized + NixPath>(
    dirfd: RawFd,
    path: &P,
) -> Result<OsString>