pub fn read_utf16_list<T: VFile>( file: &mut T, size: usize) -> Result<Vec<String>>
Read a consecutive list of UTF-16 String from a slice of file of size size.
file
size