py_OutRef typedef

py_OutRef = Pointer<py_TValue>

An output reference for returning a value. Only use this for function arguments.

Implementation

typedef py_OutRef = ffi.Pointer<py_TValue>;