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