What For? If you’ve ever written, read or reversed a Windows application you probably know that many Windows API functions have both an ANSI version (SomeFunctionA) as well as a Unicode version (SomeFunctionW). Not too long ago, I read that many Windows “A” functions end up calling their corresponding “W” versions, after…