For example in Rust std, you [**downcast** `Any` to a more specific type](https://doc.rust-lang.org/std/any/trait.Any.html#method.downcast). But currently in ort: * **downcast** to `DynValue` * **upcast** to a more specific type See also https://stackoverflow.com/a/23414798