pub unsafe fn GetSystemCpuSetInformation<P0>(
    information: Option<*mut SYSTEM_CPU_SET_INFORMATION>,
    bufferlength: u32,
    returnedlength: *mut u32,
    process: P0,
    flags: u32,
) -> BOOL
where P0: Param<HANDLE>,