LPWSTR typedef

LPWSTR = Pointer<WCHAR>

Implementation

typedef LPWSTR = ffi.Pointer<WCHAR>;