ap_vbprintf — write formatted output to a stream
int ap_vbprintf(BUFF *fb, const char *fmt, va_list ap)
Similar to ap_bprintf(), except it uses a va_list instead of "...“.
ap_bprintf()
va_list
...