GDExtensionInterfaceRefSetObjectFunction typedef

GDExtensionInterfaceRefSetObjectFunction = Void Function(GDExtensionRefPtr p_ref, GDExtensionObjectPtr p_object)

Implementation

typedef GDExtensionInterfaceRefSetObjectFunction =
    ffi.Void Function(GDExtensionRefPtr p_ref, GDExtensionObjectPtr p_object);