silc_buffer_sunformat_vp

SYNOPSIS

    int silc_buffer_sunformat_vp(SilcBuffer src, va_list vp);

DESCRIPTION

Same as silc_buffer_unformat_vp but uses `stack' to allocate the memory. if `stack' is NULL reverts back to silc_buffer_format_vp call.

Note that this call consumes the `stack'. The caller should push the stack before calling the function and pop it later.