pub fn pyth_price_with_confidence_to_price( price: i64, confidence: u64, exponent: i32, token_config: &TokenConfig, ) -> Result<Price>
Convert pyth price value with confidence to Price.
Price