GetCurrentProcess method

Pointer<Void> GetCurrentProcess()

Implementation

ffi.Pointer<ffi.Void> GetCurrentProcess() {
  return _GetCurrentProcess();
}