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