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