pub fn format_size_bytes( bytes: u64, block_size: BlockSize, human: bool, si: bool, ) -> String
Format a size field according to block-size / human flags.