BitmapFFIExecution typedef

BitmapFFIExecution = void Function(Pointer<Uint8> startingPointer, Uint8List pointerList)

Implementation

typedef BitmapFFIExecution = void Function(
  ffi.Pointer<ffi.Uint8> startingPointer,
  typed.Uint8List pointerList,
);