[Pal/Linux-SGX] Use type for enclave_tls instead of void*
grp and thread member of struct enclave_tls are actually typed.
So use correct type for them instead of void *.
Also the use of void * to hide implementation is poor and not
type-safe. The right way is to hide the definition of struct.
Signed-off-by: Isaku Yamahata <isaku.yamahata@gmail.com>