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