static PyObject *Triton_restoreSnapshot(PyObject *self, PyObject *noarg)
{
  ap.restoreSnapshot();
  return Py_None;
}