Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Corrected function pointer prototype and build issues (#607)
- Fixed a type compatibility issue when assigning the function pointer, resolving build errors. - Added typedef `func_ptr_t` to properly define the function pointer type. - Replaced explicit cast with the typedef for better readability and maintainability.
- Loading branch information