SilcUInt32 silc_buffer_headlen(SilcBuffer sb)
Returns the current length of the head data area of the buffer.
#define silc_buffer_headlen(x) (SilcUInt32)((x)->data - (x)->head)