SilcUInt32 silc_buffer_taillen(SilcBuffer sb)
Returns the current length of the tail data area of the buffer.
#define silc_buffer_taillen(x) (SilcUInt32)((x)->end - (x)->tail)