Macro unsigned_fn
macro_rules! unsigned_fn {
($UnsignedT:ident, $HalfBitsT:ident, $stages:ident) => { ... };
}
Generates a u* function that returns the integer square root of any input of
a specific unsigned integer type.