pub unsafe fn GetThreadSelectedCpuSetMasks<P0>(
    thread: P0,
    cpusetmasks: Option<&mut [GROUP_AFFINITY]>,
    requiredmaskcount: *mut u16
) -> BOOL
where P0: IntoParam<HANDLE>,