k_work_handler_t
@typedef k_work_handler_t Work item handler function type. A work item's handler function is executed by a workqueue's thread when the work item is processed by the workqueue.
Syntax
typedef void (*k_work_handler_t)(struct k_work *work);