pub unsafe fn readlinkat( dirfd: int, pathname: *const char, buf: *mut char, bufsiz: size_t, ) -> Result<int>
Read value of a symbolic link relative to a directory file descriptor.