GDExtensionPtrKeyedGetterFunction typedef

GDExtensionPtrKeyedGetterFunction = Void Function(GDExtensionConstTypePtr p_base, GDExtensionConstTypePtr p_key, GDExtensionTypePtr r_value)

Implementation

typedef GDExtensionPtrKeyedGetterFunction =
    ffi.Void Function(
      GDExtensionConstTypePtr p_base,
      GDExtensionConstTypePtr p_key,
      GDExtensionTypePtr r_value,
    );