Function NtOpenEvent

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