Function windows::Win32::System::SystemInformation::GetSystemCpuSetInformation
pub unsafe fn GetSystemCpuSetInformation<P0>(
information: Option<*mut SYSTEM_CPU_SET_INFORMATION>,
bufferlength: u32,
returnedlength: *mut u32,
process: P0,
flags: u32,
) -> BOOLwhere
P0: Param<HANDLE>,