rustc_ap_rustc_ast::mut_visit
pub fn visit_opt<T, F>(opt: &mut Option<T>, visit_elem: F) where F: FnMut(&mut T),