pub fn human_readable_bytes(bytes: u64) -> (f32, &'static str)
Formats a number of bytes into a human readable SI-prefixed size (binary units).
Returns a tuple of (quantity, units).
(quantity, units)