pub type pthread_attr_t = __darwin_pthread_attr_t;
struct pthread_attr_t { pub __sig: i64, pub __opaque: [i8; 56], }
__sig: i64
__opaque: [i8; 56]