I have the following function and the following struct.
void function(TestStruct *array) { for (int i = 0; i < 3; i++){ array[i].value = 0;