pub fn parse_bytes(input: &str) -> Result<usize, String>
Parse "2 MiB", "512 KiB", "1024", "1MB" → bytes.
"2 MiB"
"512 KiB"
"1024"
"1MB"