pub unsafe fn SetThreadSelectedCpuSetMasks<P0>(
    thread: P0,
    cpusetmasks: Option<&[GROUP_AFFINITY]>
) -> BOOL
where P0: IntoParam<HANDLE>,