pub fn walk_nested_variable_mut<'ast, 'arena, W, C>( walker: &mut W, nested_variable: &'ast NestedVariable<'arena>, context: &mut C, )where W: ?Sized + MutWalker<'ast, 'arena, C>,