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