1 typedef struct _StructType StructType;
2 
3 void foo(StructType*);
4 void bar(StructType*);
5