pub type SystemRegistration = Box<dyn FnOnce(&mut DispatcherBuilder<'static, 'static>) + Send>;
Alias for system registration closure
pub struct SystemRegistration(/* private fields */);