static inline SilcBuffer silc_buffer_realloc(SilcBuffer sb, SilcUInt32 newsize);
Reallocates buffer. Old data is saved into the new buffer. Returns new SilcBuffer pointer. The buffer is exact clone of the old one except that there is now more space at the end of buffer.