uint8_t * outputByteBuffer(allocator_t allocator, const uint8_t *bytes, size_t length)
Allocate enough bytes using the given allocator and copy the given bytes into the buffer.
char * outputString(allocator_t allocator, const char *string, size_t length)
Allocate enough bytes using the given allocator and copy the given string into the buffer (including ...