pub const pthread_mutex_t = extern struct { inner: usize = ~usize(0), }; pub const pthread_cond_t = extern struct { inner: usize = ~usize(0), };