#[unsafe(no_mangle)]pub extern "C" fn nstd_thread_current() -> NSTDThreadHandle
thread
Returns a handle to the calling thread.
NSTDThreadHandle handle - A handle to the current thread.
NSTDThreadHandle handle
Panics if allocating for the thread handle fails.