Function fixpoint

Source
fn fixpoint<F>(x: BigUint, max_bits: u64, f: F) -> BigUint
where F: Fn(&BigUint) -> BigUint,