LPUWSTR typedef

LPUWSTR = Pointer<WCHAR>

Implementation

typedef LPUWSTR = ffi.Pointer<WCHAR>;