silc_buffer_format_vp

SYNOPSIS

    int silc_buffer_format_vp(SilcBuffer dst, va_list vp);

DESCRIPTION

Formats a buffer from a variable argument list indicated by the `ap'. Returns -1 if system is out of memory and the length of the formatted buffer otherwise.