pub fn extract_from_macho(
    macho: MachO<'_>,
    file_data: &[u8]
) -> Result<Vec<Metadata>>