Function windows::Win32::System::Threading::GetProcessDefaultCpuSets
pub unsafe fn GetProcessDefaultCpuSets<P0>(
process: P0,
cpusetids: Option<&mut [u32]>,
requiredidcount: *mut u32,
) -> BOOLwhere
P0: Param<HANDLE>,