pub unsafe extern "C" fn k_work_user_init(
    work: *mut k_work_user,
    handler: k_work_user_handler_t,
)Expand description
@brief Initialize a userspace work item.
This routine initializes a user workqueue work item, prior to its first use.
@param work Address of work item. @param handler Function to invoke each time work item is processed.