Function WHvCreateVpciDevice
pub unsafe fn WHvCreateVpciDevice(
partition: WHV_PARTITION_HANDLE,
logicaldeviceid: u64,
vpciresource: HANDLE,
flags: WHV_CREATE_VPCI_DEVICE_FLAGS,
notificationeventhandle: Option<HANDLE>,
) -> Result<()>