py_OutRef typedef

py_OutRef = Pointer<py_TValue>

An output reference for returning a value.

Implementation

typedef py_OutRef = ffi.Pointer<py_TValue>;