pub fn visit_pointer_mutability<'ast, V>( v: &mut V, node: &'ast PointerMutability, )where V: Visit<'ast> + ?Sized,