Function windows::Win32::System::Hypervisor::WHvRequestInterrupt

pub unsafe fn WHvRequestInterrupt<P0>(
    partition: P0,
    interrupt: *const WHV_INTERRUPT_CONTROL,
    interruptcontrolsize: u32,
) -> Result<()>
where P0: Param<WHV_PARTITION_HANDLE>,