// 1777
 static object AppThreadFunction(ovrAppThread appThread)
 {
     // new thread, jump into instance callsite
     return(appThread.AppThreadFunction());
 }
 // 1777
 static object AppThreadFunction(ovrAppThread appThread)
 {
     // new thread, jump into instance callsite
     return appThread.AppThreadFunction();
 }