pub fn pusd_to_base_units(amount: Decimal) -> Result<U256>
Converts an exact pUSD amount into six-decimal base units.
Returns an error if amount is not positive or is not exactly representable at six decimal places.
amount