reprfunc typedef Null safety

Pointer<PyObject> reprfunc (
  1. Pointer<PyObject>
)

Implementation

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