pub const REGION_NAME_MAX_LEN: usize = 24;Expand description
Longest a region’s string form may be, in UTF-8 bytes.
Names travel on the wire in identity payloads, one option per region, and this bound is what lets a list of them fit (packet-options.md § Region Code Encoding).