pub fn apply_function( value: &Value, function: &str, arguments: &Vec<Value>, ) -> Result<Value, TemplateRenderError>