widl: Implement support for unique pointers to strings.
diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c
index b2f160a..033caf8 100644
--- a/tools/widl/typegen.c
+++ b/tools/widl/typegen.c
@@ -1708,7 +1708,7 @@
                     fprintf(file, ";\n");
                 }
 
-                if (phase == PHASE_FREE)
+                if ((phase == PHASE_FREE) || (pointer_type == RPC_FC_UP))
                     print_phase_function(file, indent, "Pointer", phase, var->name, *type_offset);
                 else
                     print_phase_function(file, indent, "ConformantString", phase, var->name,