silc_buffer_sunformat

SYNOPSIS

    int silc_buffer_sunformat(SilcStack stack, SilcBuffer src, ...);

DESCRIPTION

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

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