pub fn fold_expr_unsafe<F>(f: &mut F, node: ExprUnsafe) -> ExprUnsafe where
    F: Fold + ?Sized
Available on crate feature fold only.