pub fn visit_opt_ts_type_param_decl<V>(
    _visitor: &mut V,
    n: Option<&TsTypeParamDecl>
) where
    V: Visit + ?Sized