pub fn start_component(id: &Ustr) -> Result<()>
Safely calls start() on a component in the global registry.
Returns an error if the component is not found or if start() fails.