pub fn walk_arrow_function<'ast, 'arena, W, C>( walker: &W, arrow_function: &'ast ArrowFunction<'arena>, context: &mut C, )where W: ?Sized + Walker<'ast, 'arena, C>,