"struct CRustSlicei32 Utils_f(struct CRustSlicei32 a0);"; "static RustSlice f(RustSlice a0) noexcept;"; r#"template inline RustSlice UtilsWrapper::f(RustSlice a0) noexcept { struct CRustSlicei32 ret = Utils_f(a0.as_c()); return RustSlice{ret.data, ret.len}; }"#;