pub fn read_pascal_string<R: Read>(reader: &mut R) -> Result<String>
Reads a Pascal-style string (i32 size prefix, null-terminated content).