What exactly are the WideAscii snippets?
A snippet is marked with type WideAscii when it consists of alternating 00 and Ascii bytes. For example, the hexadecimal for Ascii "ABCD" is 61 62 63 64, while the hexadecimal for WideAscii "ABCD" is 00 61 00 62 00 63 00 64.