GDExtensionInterfaceObjectDestroy typedef
GDExtensionInterfaceObjectDestroy = Pointer<NativeFunction<GDExtensionInterfaceObjectDestroyFunction> >
@name object_destroy @since 4.1
Destroys an Object.
@param p_o A pointer to the Object.
Implementation
typedef GDExtensionInterfaceObjectDestroy =
ffi.Pointer<ffi.NativeFunction<GDExtensionInterfaceObjectDestroyFunction>>;