This is my minimal reproducible example.
struct Cell { }; void initializeCells(unsigned int width, unsigned int height, unsigned int size, Cell* outcell) {