pub fn invoke_callable(
callable: Value,
arguments: Vec<Value>,
) -> Result<Value, String>Expand description
Invokes a runtime callable with already-decoded values.
Embedding hosts use this prepare-once/call-many boundary to avoid routing native values back through source text. Namespace, protocol, and host-call contexts remain controlled by the caller.