pub fn current_thread_id_u64() -> u64
Get the current thread’s ID as u64.
Convenience function that combines getting the current ThreadId and converting it to u64.