objobjargproc typedef Null safety

Int32 objobjargproc (
  1. Pointer<PyObject>,
  2. Pointer<PyObject>,
  3. Pointer<PyObject>
)

Implementation

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