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