void *osdThreadSpawn( void (*callback)(void *), void *argument )
Return a thread handle on success and NULL on failure.
The contents of the thread handle are OS dependent and should not be
operated on outside the OSD library.
| callback | the entry point of the new thread |
| argument | the argument to callback |