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