py_getvmctx method

Pointer<Void> py_getvmctx()

Get the current VM context. This is used for user-defined data.

Implementation

ffi.Pointer<ffi.Void> py_getvmctx() {
  return _py_getvmctx();
}