unaryfunc typedef Null safety

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

Implementation

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