DartGDExtensionInterfaceObjectMethodBindPtrcallFunction typedef

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

Implementation

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