pub fn visit_subscript_position<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast SubscriptPosition<T>
)
where V: Visit<'ast, T> + ?Sized,