pub unsafe fn SetThreadSelectedCpuSets<P0>(
    thread: P0,
    cpusetids: &[u32]
) -> BOOL
where P0: IntoParam<HANDLE>,