pub unsafe extern "C" fn gaiaOutBufferReset(buf: gaiaOutBufferPtr)Expand description
Resets a dynamically growing Text output buffer to its initial (empty) state
\param buf pointer to gaiaOutBufferStruct structure
\sa gaiaOutBufferInitialize, gaiaAppendToOutBuffer
\note You are required to initialize this structure before attempting any further operation: this function will release any related memory allocation.