Function windows::Win32::System::Hypervisor::WHvGetPartitionCounters

pub unsafe fn WHvGetPartitionCounters<P0>(
    partition: P0,
    counterset: WHV_PARTITION_COUNTER_SET,
    buffer: *mut c_void,
    buffersizeinbytes: u32,
    byteswritten: Option<*mut u32>,
) -> Result<()>
where P0: Param<WHV_PARTITION_HANDLE>,