pub fn int_from_base_str_u128(s: &str, base: u8) -> Result<u128>
Returns the integer represented by n in the requested base.