pub(crate) fn filter_crosswalks( map: &mut RawMap, crosswalks: HashSet<(HashablePt2D, CrossingType)>, pt_to_road: HashMap<HashablePt2D, RoadID>, timer: &mut Timer<'_>, )