#include #include #include #include #include template using Foo = T; template struct Bar { Foo f; P p; }; template using Baz = Foo; extern "C" { void foo_root(Foo f, Bar b, Baz z); } // extern "C"