pub fn parse_log_unified( log: &str, signature: Signature, slot: u64, block_time: Option<i64>, ) -> Option<DexEvent>
统一的日志解析入口函数(优化版本)