LPCUWSTR typedef

LPCUWSTR = Pointer<WCHAR>

Implementation

typedef LPCUWSTR = ffi.Pointer<WCHAR>;