pub fn visit_function_mut<'ast, V, T>(
    visitor: &mut V,
    node: &'ast mut Function<T>
)
where T: AstInfo, V: VisitMut<'ast, T> + ?Sized,