pub fn trailing_zeros(u: &BigUint) -> Option<usize>
Returns the number of least-significant bits that are zero, or None if the entire number is zero.
None