pub fn read_pascal_short_string<R: Read>(reader: &mut R) -> Result<String>
Reads a Pascal short string (byte size prefix, no null terminator).