macro_rules! shared_mut { ($vis:vis $name:ident : $ty:ty) => { ... }; }
Declare a static wrapped in StaticMut for single-owner mutable state.
static
StaticMut
ove::shared_mut!(ENGINE: DspEngine);