destructor typedef

destructor = Pointer<NativeFunction<Void Function(Pointer<PyObject>)>>

Implementation

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