static inline SilcBuffer silc_buffer_realloc(SilcBuffer sb, SilcUInt32 newsize);
Reallocates buffer. Old data is saved into the new buffer. The buffer is exact clone of the old one except that there is now more space at the end of buffer. This always returns the same `sb' unless `sb' was NULL. Returns NULL on error.