__mutex_init
#define mutex_init(lock, name) __mutex_init(lock, name)
void __mutex_init(mutex *lock, const char *name);