//! Symbol lookup in the engine the run loaded.
//!
//! Reached as `ctl.subs.core`. This is a subsystem implementation's door into
//! the engine binary, not a component's; the calls a component makes on the run
//! are on [`crate::component_core`] instead.
// FIXME: does this belong in the public SDK at all? A component has no use for it.
use ;
// Bindgen output cannot satisfy the workspace lints; the allow stops here.
pub use SubsystemCoreRef;
pub use SubsystemCoreVtable;