fn prepare_filtered_symbols<T: AsRef<str>>( start_symbols: impl IntoIterator<Item = T>, fdt: &Fdt ) -> Result<(HashSet<String>, Vec<Path>)>