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