pub unsafe extern "system" fn KeInitializeEvent(
    event: *mut KEVENT,
    type: EVENT_TYPE,
    state: BOOLEAN
)
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation", "Win32_System_Kernel"