static inline void silc_buffer_free(SilcBuffer sb);
Frees SilcBuffer. Can be called safely `sb' as NULL.
Must not be called for buffers allocated with silc_buffer_salloc, silc_buffer_salloc_size, silc_buffer_scopy and silc_buffer_sclone.