pub unsafe extern "system" fn WHvGetVirtualProcessorCounters(
    partition: WHV_PARTITION_HANDLE,
    vpindex: u32,
    counterset: WHV_PROCESSOR_COUNTER_SET,
    buffer: *mut c_void,
    buffersizeinbytes: u32,
    byteswritten: *mut u32
) -> HRESULT
Expand description

Required features: "Win32_System_Hypervisor"