fn determine_parameters_arena(func: &ItemFn) -> (usize, bool)
Determines the number of parameters to the function. Returns the number of parameters and whether the last parameter is a RowArena.
RowArena