pub type ThreadSimpleFnPtr = dyn Fn() + Send + Sync + 'static;
Simple thread function pointer type without parameters.
Used for basic thread functions that don’t need access to the thread handle or parameters.