GDExtensionInterfaceObjectCastToFunction typedef

GDExtensionInterfaceObjectCastToFunction = GDExtensionObjectPtr Function(GDExtensionConstObjectPtr p_object, Pointer<Void> p_class_tag)

Implementation

typedef GDExtensionInterfaceObjectCastToFunction =
    GDExtensionObjectPtr Function(
      GDExtensionConstObjectPtr p_object,
      ffi.Pointer<ffi.Void> p_class_tag,
    );