GetCommandLineW method

Pointer<Uint16> GetCommandLineW()

Implementation

ffi.Pointer<ffi.Uint16> GetCommandLineW() {
  return _GetCommandLineW();
}