Function windows::Win32::System::Threading::SetProcessDefaultCpuSetMasks
pub unsafe fn SetProcessDefaultCpuSetMasks<P0>(
process: P0,
cpusetmasks: Option<&[GROUP_AFFINITY]>,
) -> BOOLwhere
P0: Param<HANDLE>,