pub fn from_utf16(s: &[u16]) -> String
Decode a raw utf16 string. Should be null terminated.
Adapted from [native_windows_gui::win32::base_helper::from_utf16].
native_windows_gui::win32::base_helper::from_utf16