int silc_buffer_format_vp(SilcBuffer dst, va_list vp);
Formats a buffer from a variable argument list indicated by the `ap'. Returns -1 on error and the length of the formatted buffer otherwise.