macro_rules! uint128_with_precision {
    ($value:expr, $precision:expr) => { ... };
}