#include #include #include #include typedef struct ArrayVec_____u8__100 { uint8_t *xs[100]; uint32_t len; } ArrayVec_____u8__100; int32_t push(struct ArrayVec_____u8__100 *v, uint8_t *elem);