typedef struct _StructType StructType; typedef struct _AnotherStructType AnotherStructType; void foo(StructType*); void bar(AnotherStructType*);