Function tap::vfile::read_sized_utf16
source · [−]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.