pub unsafe extern "system" fn GetSystemCpuSetInformation(
    information: *mut SYSTEM_CPU_SET_INFORMATION,
    bufferlength: u32,
    returnedlength: *mut u32,
    process: HANDLE,
    flags: u32
) -> BOOL
Expand description

Required features: "Win32_System_SystemInformation", "Win32_Foundation"