pub fn iter_macho( macho_data: &[u8]) -> Result<impl Iterator<Item = (MachO<'_>, &[u8])>, AppleCodesignError>
Iterate MachO instances from file data.