Type Alias Function5

Source
pub type Function5 = fn(Value, Value, Value, Value, Value) -> Value;