Function windows_sys::Win32::System::Threading::GetThreadSelectedCpuSetMasks
pub unsafe extern "system" fn GetThreadSelectedCpuSetMasks(
thread: HANDLE,
cpusetmasks: *mut GROUP_AFFINITY,
cpusetmaskcount: u16,
requiredmaskcount: *mut u16
) -> BOOL
Expand description
Required features: "Win32_Foundation"
, "Win32_System_SystemInformation"