static void OnExceptionTest_callback(this global::PureScript.ExceptionTest arg0)
    {
        var arg0_h = ObjectStore.Store(arg0);

        ExceptionTest_callback(arg0_h);
        ScriptEngine.CheckException();
    }