// bindgen-flags: --enable-cxx-namespaces --allowlist-type CapturingContentInfo --opaque-type 'mozilla::Maybe' -- -std=c++14 namespace mozilla { template class Maybe { using ValueType = T; }; } struct CapturingContentInfo { mozilla::Maybe a; };