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