fn read_string<R: Read>(read: &mut R) -> Result<Vec<u8>, Error>
Read a single “byte array” from an ~/.Xauthority file.
~/.Xauthority
The file stores these as a length field followed by a number of bytes that contain the actual data.