pub fn read_utf16_exact<T: VFile>(file: &mut T, size: usize) -> Result<String>
Read an UTF-16 string from file of size size and return a String size is the size in byte of the u16 string.
file
size