fn check_unused_unsafe( tcx: TyCtxt<'_>, def_id: LocalDefId, used_unsafe: &FxHashSet<HirId>, unsafe_blocks: &mut Vec<(HirId, bool)>)