Function windows_sys::Wdk::Storage::FileSystem::ZwCreateEvent

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