pub fn name_os_thread_unicode(thread_id: u32, name: &WideCStr)
Name an OS thread with a Unicode string.
Note: the threadId must be an operating-specific thread id. On Linux this would be a process’s tid.