What is the difference between doing the following two things?
const typedef struct Person { char* name; int id }
And doing: