pub fn readlink<P, B>(path: P, reuse: B) -> Result<CString, Errno> ⓘwhere P: Arg, B: Into<Vec<u8>>,
dep_rustix
readlink(path)—Reads the contents of a symlink.
readlink(path)
If reuse is non-empty, reuse its buffer to store the result if possible.
reuse