Function windows::Win32::System::Hypervisor::WHvCreateNotificationPort
pub unsafe fn WHvCreateNotificationPort<P0, P1>(
partition: P0,
parameters: *const WHV_NOTIFICATION_PORT_PARAMETERS,
eventhandle: P1,
porthandle: *mut *mut c_void,
) -> Result<()>where
P0: Param<WHV_PARTITION_HANDLE>,
P1: Param<HANDLE>,