If when passing to functions we treat parameters uint32_t data[] and uint32_t* data as both being pointers to an array of data, why is the same not tru
uint32_t data[]
uint32_t* data