conv_escape_str
conv_escape_str(cp, b_count, 0);
conv_escape_str(cp, b_output, 1);
static void conv_escape_str(char *, void (*)(int), int);