pub unsafe fn SetProcessDefaultCpuSetMasks<P0>(
    process: P0,
    cpusetmasks: Option<&[GROUP_AFFINITY]>,
) -> BOOL
where P0: Param<HANDLE>,