Currently structure type descriptions get interleaved with variable length string data. The solution is to write all fixed length fields first, then append strings. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>