GDExtensionInterfaceObjectDestroyFunction typedef

GDExtensionInterfaceObjectDestroyFunction = Void Function(GDExtensionObjectPtr p_o)

Implementation

typedef GDExtensionInterfaceObjectDestroyFunction =
    ffi.Void Function(GDExtensionObjectPtr p_o);