pub fn spawn( thread_fn: extern "C" fn(thread_arg: u64), stack_size: usize, thread_arg: u64, ) -> Result<ThreadHandle>