pub type pthread_once_t = _once;
#[repr(C)]pub struct pthread_once_t { pub __pthread_once_pad: [u64; 4], }
__pthread_once_pad: [u64; 4]