void bson_string_append_c (bson_string_t *string, char str);
string
A bson_string_t.
str
An ASCII char.
Appends c to the string builder string.