py_GlobalRef typedef

py_GlobalRef = Pointer<py_TValue>

A global reference which has the same lifespan as the VM.

Implementation

typedef py_GlobalRef = ffi.Pointer<py_TValue>;