pub type ngx_cpuset_t = cpu_set_t;
#[repr(C)]pub struct ngx_cpuset_t { pub __bits: [u64; 16], }
__bits: [u64; 16]