py_Dtor typedef
A generic destructor function.
Implementation
typedef py_Dtor
= ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Void>)>>;
A generic destructor function.
typedef py_Dtor
= ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Void>)>>;