pub fn rom_sizes(bytes: &[u8]) -> Result<(usize, usize), String>
Parse an iNES ROM image and return the PRG and CHR ROM sizes in bytes.