#include #include #include #include typedef struct StyleA StyleA; typedef struct B { int32_t x; float y; } B; void root(const struct StyleA *a, struct B b);