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

Required features: "Wdk_Foundation", "Win32_Foundation"