static inline SilcBuffer silc_buffer_copy(SilcBuffer sb);
Generates copy of a SilcBuffer. This copies everything inside the currently valid data area, nothing more. Use silc_buffer_clone to copy entire buffer. Returns NULL on error.