pub async fn try_load_and_call_dynamic_function( name: String, args: Vec<Value>, requested_outputs: usize, ) -> Option<Result<Value, RuntimeError>>