pub const PARAM_COUNT: &str = "param_count";
Number of parameters the function takes. For Erlang this should match arity; for other languages it is simply the parameter list length.
arity