THREAD_FUNC_PTR
THREAD_FUNC_PTR main_func; /* Entry point to the thread. */
typedef u8 (* THREAD_FUNC_PTR) (struct task_t *i_task);