pub fn multiply_uint128_by_decimal_and_ceil( a: Uint128, b: Decimal, ) -> StdResult<Uint128>
Multiply Uint128 by Decimal, rounding up to the nearest integer.