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