// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq /**
*/ typedef struct opaque { int waht; } opaque; struct container { opaque contained; };