PyCFunction typedef Null safety

Pointer<PyObject> PyCFunction (
  1. Pointer<PyObject>,
  2. Pointer<PyObject>
)

Implementation

typedef PyCFunction = ffi.Pointer<PyObject> Function(
  ffi.Pointer<PyObject>,
  ffi.Pointer<PyObject>,
);