pub(crate) fn format_u128_pad_none( output: &mut (impl Write + ?Sized), value: u128, ) -> Result<usize>
Format a number with no padding.
If the sign is mandatory, the sign must be written by the caller.