Function windows::Win32::System::Hypervisor::WHvCreateVpciDevice

pub unsafe fn WHvCreateVpciDevice<P0, P1, P2>(
    partition: P0,
    logicaldeviceid: u64,
    vpciresource: P1,
    flags: WHV_CREATE_VPCI_DEVICE_FLAGS,
    notificationeventhandle: P2,
) -> Result<()>
where P0: Param<WHV_PARTITION_HANDLE>, P1: Param<HANDLE>, P2: Param<HANDLE>,