pub fn visit_mut_ts_indexed_access_type<V>(
    _visitor: &mut V,
    n: &mut TsIndexedAccessType
) where
    V: VisitMut + ?Sized