pub fn fold_lit_int<F>(f: &mut F, node: LitInt) -> LitIntwhere
    F: Fold + ?Sized,