pub fn visit_ts_fn_or_constructor_type<V>(
    _visitor: &mut V,
    n: &TsFnOrConstructorType
) where
    V: Visit + ?Sized