DartGDExtensionInterfacePackedByteArrayOperatorIndexFunction typedef

DartGDExtensionInterfacePackedByteArrayOperatorIndexFunction = Pointer<Uint8> Function(GDExtensionTypePtr p_self, DartGDExtensionInt p_index)

Implementation

typedef DartGDExtensionInterfacePackedByteArrayOperatorIndexFunction =
    ffi.Pointer<ffi.Uint8> Function(
      GDExtensionTypePtr p_self,
      DartGDExtensionInt p_index,
    );