Function
Encode a string to utf16 bytes.
utf16_encode(string="ABCD") -> "A\u0000B\u0000C\u0000D\u0000"