Function windows::Win32::System::Hypervisor::WHvSetVpciDevicePowerState
pub unsafe fn WHvSetVpciDevicePowerState<P0>(
partition: P0,
logicaldeviceid: u64,
powerstate: DEVICE_POWER_STATE,
) -> Result<()>where
P0: Param<WHV_PARTITION_HANDLE>,