module_func
lt_table_cause_from_stack(const char *module_func, int *cause_id, int *priority)
g_assert(module_func != NULL && cause_id != NULL && priority != NULL);
g_hash_table_lookup(symbol_lookup_table, module_func);
char *func = strchr(module_func, '`');
module_func,
if ((err = module_func(newarg, flags)) != 0)
ret = module_func (arg, flags);