PyCapsule_Destructor typedef

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

Implementation

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