Alias for a C-linkage thread entry-point function type.
Declared in <bslmt_threadutil.h>
typedef void*(* bslmt_ThreadFunction)(void*);
bslmt_ThreadFunction is an alias for a function type taking a single void pointer argument and returning void *. Such functions are suitable to be specified as thread entry point functions to bslmt::ThreadUtil::create.