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