const ARC_MAX_BYTES: usize = _; // 5usizeExpand description
Maximum number of bytes supported in an arc.
Note that OIDs are base 128 encoded (with continuation bits), so we must consider how many bytes are required when each byte can only represent 7-bits of the input.