PWSTR typedef

PWSTR = Pointer<WCHAR>

Implementation

typedef PWSTR = ffi.Pointer<WCHAR>;