destructor typedef Null safety

Void destructor (
  1. Pointer<PyObject>
)

Implementation

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