pub fn visit_stmt_mut<V>(v: &mut V, node: &mut Stmt) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.