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