GDExtensionInterfaceObjectMethodBindPtrcallFunction typedef

GDExtensionInterfaceObjectMethodBindPtrcallFunction = Void Function(GDExtensionMethodBindPtr p_method_bind, GDExtensionObjectPtr p_instance, Pointer<GDExtensionConstTypePtr> p_args, GDExtensionTypePtr r_ret)

Implementation

typedef GDExtensionInterfaceObjectMethodBindPtrcallFunction =
    ffi.Void Function(
      GDExtensionMethodBindPtr p_method_bind,
      GDExtensionObjectPtr p_instance,
      ffi.Pointer<GDExtensionConstTypePtr> p_args,
      GDExtensionTypePtr r_ret,
    );