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