1__attribute__((__visibility__("hidden")))
2int __shcall(void *arg, int (*func)(void *))
3{
4	return func(arg);
5}
6