pub fn quote_exact_in( amount: u64, amount_is_token_a: bool, oracle_data: &[u8], reserves_a: u64, reserves_b: u64, ) -> Result<Quote, CoreError>