#include #include #include #include typedef struct ExtType { uint32_t data; } ExtType; void consume_ext(ExtType _ext);