GDExtensionPtrKeyedSetterFunction typedef

GDExtensionPtrKeyedSetterFunction = Void Function(GDExtensionTypePtr p_base, GDExtensionConstTypePtr p_key, GDExtensionConstTypePtr p_value)

Implementation

typedef GDExtensionPtrKeyedSetterFunction =
    ffi.Void Function(
      GDExtensionTypePtr p_base,
      GDExtensionConstTypePtr p_key,
      GDExtensionConstTypePtr p_value,
    );