static inline SilcBuffer silc_buffer_alloc_size(SilcUInt32 len);
Allocates `len' bytes size buffer and moves the tail area automatically `len' bytes so that the buffer is ready to use without calling the silc_buffer_pull_tail. Returns NULL on error.