wrapperfunc typedef Null safety

Pointer<PyObject> wrapperfunc (
  1. Pointer<PyObject>,
  2. Pointer<PyObject>,
  3. Pointer<Void>
)

Implementation

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