pub unsafe extern "C" fn Thread_start(thread: Thread)
Start a Thread.
This function invokes the start function of the thread. The thread terminates when the start function returns.
thread