use crate::*;
/// Implementation of `From` trait for converting `usize` address into `&'static mut HandlerSlot`.
/// SAFETY: `HandlerRegistryCell` is only used in single-threaded WASM contexts.
unsafe
/// SAFETY: `DelegatedEventsCell` is only used in single-threaded WASM contexts.
unsafe
/// SAFETY: `SignalUpdateRegistryCell` is only used in single-threaded WASM contexts.
unsafe
/// SAFETY: `SignalUpdateListenerRegisteredCell` is only used in single-threaded WASM contexts.
unsafe