PWCHAR typedef

PWCHAR = Pointer<WCHAR>

Implementation

typedef PWCHAR = ffi.Pointer<WCHAR>;