``` #include "windows.h" struct S { LPCWSTR p; }; ``` Produces ``` extern (C) { struct S { const(ushort)* p; } } ``` Can we have a wchar ?