pub fn read_sized_utf16<T: VFile>(file: &mut T) -> Result<String>
Expand description

Read a Pascal UTF-16 string from file, first read the string size as a [u16] then read the data and convert it to String size` is the size in byte of the u16 string.