pub fn external_to_nb(
ev: &ExternalValue,
schemas: &dyn SchemaLookup,
) -> ValueWordExpand description
Convert an ExternalValue back to a ValueWord value.
This is used for deserializing wire values back into the VM. Note: Opaque values cannot be round-tripped.