pub unsafe extern "system" fn WHvCreateTrigger(
    partition: WHV_PARTITION_HANDLE,
    parameters: *const WHV_TRIGGER_PARAMETERS,
    triggerhandle: *mut *mut c_void,
    eventhandle: *mut HANDLE
) -> HRESULT
Expand description

Required features: "Win32_System_Hypervisor", "Win32_Foundation"