pub unsafe extern "system" fn SetThreadGroupAffinity(
    hthread: HANDLE,
    groupaffinity: *const GROUP_AFFINITY,
    previousgroupaffinity: *mut GROUP_AFFINITY
) -> BOOL
Expand description

Required features: ‘Win32_System_Threading’, ‘Win32_Foundation’, ‘Win32_System_SystemInformation’