py_callbacks method
Setup the callbacks for the current VM.
Implementation
ffi.Pointer<py_Callbacks> py_callbacks() {
return _py_callbacks();
}
Setup the callbacks for the current VM.
ffi.Pointer<py_Callbacks> py_callbacks() {
return _py_callbacks();
}