py_callbacks method

Pointer<py_Callbacks> py_callbacks()

Setup the callbacks for the current VM.

Implementation

ffi.Pointer<py_Callbacks> py_callbacks() {
  return _py_callbacks();
}