fn fixed_byte_width(dt: &DataType) -> Option<usize>
Returns the fixed byte width for primitive Arrow types, or None for variable-length types.
None