Convenience pointer was because of Serial.write() demanding const char* or const uint8_t* for buffered writes and I got tired of trying to keep it happy while using a single 512-byte chunk of RAM and accessing it as uint32_t, uint16_t, uint8_t, or char arrays depending on need.
That pointer is...