Given the following structs:
struct TraitB { c: &\'a TraitC } struct TraitC { // ... some content } #[wasm_bindgen] pub struct TraitA {