py_resetvm method

void py_resetvm()

Reset the current VM.

Implementation

void py_resetvm() {
  return _py_resetvm();
}