pub unsafe fn GetThreadGroupAffinity<P0>(
    hthread: P0,
    groupaffinity: *mut GROUP_AFFINITY
) -> BOOL
where P0: IntoParam<HANDLE>,