put_string
CHECK(put_string(out, ucs2, s), 0);
CHECK(put_string(out, 0, type1->domain), 0);
CHECK(put_string(out, 0, type1->hostname), 0);
CHECK(put_string(out, ucs2, type2->targetname), 0);
CHECK(put_string(out, ucs2, type3->targetname), 0);
CHECK(put_string(out, ucs2, type3->username), 0);
CHECK(put_string(out, ucs2, type3->ws), 0);
if (!put_string(s))
int put_string(char *s);