1 
2 /**
3  * <div rustbindgen="true" hide="true"></div>
4  */
5 struct C;
6 
7 /**
8  * <div rustbindgen opaque></div>
9  */
10 struct D {
11     int a;
12 };
13 
14 struct NotAnnotated {
15     int f;
16 };
17