求高手指教 typedef void (*halUARTCBack_t) (uint8 port, uint8 event);求C高手指教!typedef void (*halUARTCBack_t) (uint8 port, uint8 event);上面的代码是什么意思? [解决办法]定义一个函数指针类型 halUARTCBack_t.它返回 void , 参数是 uint8 port, uint8 event