Returns a character pointer to the internal byte array
[C++]
char* GetDataBuffer();
This function returns a pointer the internal data buffer,
			cast as an array of characters. It is the preferred
			route for gaining direct write access to the buffer.
Header: xlserialize.h