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