"RustString f(int32_t a0, int32_t a1, std::string_view a2) const noexcept"; r#"template inline RustString FooWrapper::f(int32_t a0, int32_t a1, std::string_view a2) const noexcept { struct CRustString ret = Foo_f(this->self_, a0, a1, CRustStrView{ a2.data(), a2.size() }); return RustString{ret}; }"#; r#" #include "rust_str.h" #include #include "c_Foo.h""#;