ZIO_MAXINDENT
#define ZIO_MAXWIDTH (sizeof (uintptr_t) * 2 + ZIO_MAXINDENT)
if (indent > ZIO_MAXINDENT)
indent = ZIO_MAXINDENT;