mutex_init
#define mutex_init(m, a) _pthread_mutex_init(m, a)
mutex_init(pthread_mutex_t *mutex,
#define mutex_init(_m) \
mutex_init(void)