pub fn parse_size(s: &str) -> Option<u64>
Parse a size string (e.g., “512m”, “2g”, “1024k”) into bytes.