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