pub fn readlinkat<P, Fd, B>( dirfd: Fd, path: P, reuse: B, ) -> Result<CString, Errno> ⓘwhere P: Arg, Fd: AsFd, B: Into<Vec<u8>>,
dep_rustix
readlinkat(fd, path)—Reads the contents of a symlink.
readlinkat(fd, path)
If reuse already has available capacity, reuse it if possible.
reuse