pub fn debug_img(output: &mut impl Write, data: &[u8]) -> Result<()>Expand description
Dumps a detailed debug view of an EROFS image
Walks the entire image structure, outputting formatted information about all inodes, blocks, xattrs, and padding. Also produces space usage statistics.