Having this simple code:
#include typedef struct { int a; char c; } foo; void func(void *arg) { printf("sizeof arg: %ld\\n"