Create thread
IntPtr to SDL_Thread struct
Binds to C-function call in SDL_thread.h:
extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data)
Sdl Class | Tao.Sdl Namespace