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