LPCWSTR typedef

LPCWSTR = Pointer<WCHAR>

Implementation

typedef LPCWSTR = ffi.Pointer<WCHAR>;