GetBuffer() const
Returns the pointer to char buffer (not necessarily null terminated).
GetLength() const
Returns the length (number of chars in buffer).
CopyTo() const
Copies the name data into a given char buffer with a given size. The given buffer is cleared (`memset` to zero) before copying the name into it. The copied string in @p aBuffer is NOT necessarily null terminated.