pub fn human_bytes(bytes: u64) -> String
Format a byte count as a human-readable string (B / KB / MB / GB / TB).
Uses binary (1024-based) divisors. Values below 1 KB are rendered as "N B".
"N B"