static PyObject *Triton_disableSnapshot(PyObject *self, PyObject *noarg)
{
  ap.disableSnapshot();
  return Py_None;
}