struct StringStruct { string x; }; interface StringIntf { void method(in string s1, out string s2); };