1/// Represents an `EFI_EVENT`. 2/// 3/// The reason this type is not exposed is because it is likely to be changing in the future. 4#[repr(transparent)] 5#[derive(Clone, Copy)] 6pub(crate) struct Event(usize);