pub fn call_cl_value( cx: &mut Cx, value: &Value, args: Vec<Value>, ) -> Result<Value>
Calls a callable runtime value with the given arguments.
Errors if value is not callable.
value