pub fn try_extract_macho_fat_archive<'a>(
    sess: &Session,
    archive_bytes: &'a [u8]
) -> Result<Option<(&'a [u8], u64)>>