Uniformize all `command_*` functions
Uniformize all command_*
functions:
bool (*lkt_command_function)(struct lkt_state *, size_t c, char cmd*[LKT_MESSAGE_ARGS_MAX], int continuation);
The trie stuff will no longer need the enum
to know to which function pointer type it should cast the pointer found when searching in the trie.