private static void* __CopyValue(ExecutionContext.Internal native)
 {
     var ret = Marshal.AllocHGlobal(8);
     LLDB.ExecutionContext.Internal.cctor_1(ret, new global::System.IntPtr(&native));
     return ret.ToPointer();
 }
 private ExecutionContext(ExecutionContext.Internal native, bool skipVTables = false)
     : this(__CopyValue(native), skipVTables)
 {
     __ownsNativeInstance = true;
     NativeToManagedMap[__Instance] = this;
 }
 public static ExecutionContext __CreateInstance(ExecutionContext.Internal native, bool skipVTables = false)
 {
     return new ExecutionContext(native, skipVTables);
 }