GDExtensionInterfacePackedByteArrayOperatorIndexConstFunction typedef

GDExtensionInterfacePackedByteArrayOperatorIndexConstFunction = Pointer<Uint8> Function(GDExtensionConstTypePtr p_self, GDExtensionInt p_index)

Implementation

typedef GDExtensionInterfacePackedByteArrayOperatorIndexConstFunction =
    ffi.Pointer<ffi.Uint8> Function(
      GDExtensionConstTypePtr p_self,
      GDExtensionInt p_index,
    );