pub fn unsigned_integer_to_string(value: u64) -> MetaString
Converts an unsigned integer to a string representation.
No allocations are required.