Function SetThreadGroupAffinity

Source
pub unsafe extern "C" fn SetThreadGroupAffinity(
    hThread: HANDLE,
    GroupAffinity: *const GROUP_AFFINITY,
    PreviousGroupAffinity: PGROUP_AFFINITY,
) -> BOOL