internal static extern bool CpuIsSet(int cpu, ref CpuSetBits set);
 internal static extern int SchedGetAffinity(int pid, out CpuSetBits mask);
 internal static extern void CpuSet(int cpu, ref CpuSetBits set);
 internal static extern int SchedSetAffinity(int pid, ref CpuSetBits mask);