static inline unsigned char *silc_buffer_put_head(SilcBuffer sb, const unsigned char *data, SilcUInt32 len);
Puts data at the head of the buffer. Returns pointer to the copied data area.
--------------------------------- | head | data | tail | --------------------------------- ^ Puts data to the head section.