pub const FIXED_PAYLOAD_LEN: usize = 509;
Fixed payload length for fixed-size cells (509 bytes).
All fixed-size cells have exactly this many bytes of payload, padded with zeros if the actual data is shorter.