pub type EbpfSuspendGuard<'a> = RwLockReadGuard<'a, ()>;
pub struct EbpfSuspendGuard<'a> { /* private fields */ }