Buffer.begin

This points to the beginning of the buffer. The effective range of buffer is [begin, end).

struct Buffer
ubyte* begin;

Meta