pub fn walk_function<'ast, 'arena, W, C>( walker: &W, function: &'ast Function<'arena>, context: &mut C, )where W: ?Sized + Walker<'ast, 'arena, C>,