#define SILC_BUFFER_END(...)
Returns the true length of the buffer. This is used to pull the buffer area to the end of the buffer.
#define SILC_BUFFER_END(x) ((x)->end - (x)->head)