I have one array of uint8_t values, my goal is to copy every 3 bytes to a dst array, but the catch is that I iterate from 4 to 4 bytes in the dst array, just like shown below.