pub fn validate_initialize_echo(
manifest: &ProcessExtensionManifest,
manifest_toml: &str,
result: &ProcessInitializeResult,
) -> Result<()>Expand description
Validates the child’s initialize echo against the configured manifest. Mismatches fail closed: the host refuses to register services from a child that disagrees about identity, API, or provided services.