pub fn read_utf16_string( src: &mut impl Buf, char_count: usize, ) -> Option<String>
Read a UTF-16LE string of specified character length.