allocfunc typedef Null safety

Pointer<PyObject> allocfunc (
  1. Pointer<_typeobject>,
  2. Int64
)

Implementation

typedef allocfunc = ffi.Pointer<PyObject> Function(
  ffi.Pointer<_typeobject>,
  ffi.Int64,
);