// C++ extern "C" __declspec(dllexport) void StringMutationExample(INTEROP_STRING myString) { const_cast<char16_t>(myString)[0] = L'R'; }