pub fn decode_wtf8_to_ucs2(byte_array_input: &[u8]) -> Result<Vec<u16>>
Decode a WTF-8 byte array into a Vec<u16> (UCS-2).
Vec<u16>