pub fn read_fixed_length_string<T: AsRef<[u8]>>( cursor: &mut Cursor<T>) -> String
Reads a fixed-length string from bytes.
cursor