pub unsafe extern "system" fn ZwCreateEvent(
    eventhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    eventtype: EVENT_TYPE,
    initialstate: BOOLEAN
) -> NTSTATUS
Expand description

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