pub fn parse_block_size(s: &str) -> Result<u64, String>
Parse a block size string like “1K”, “1M”, “1G”, etc. Returns the number of bytes per block.