CDISP0752E

The type formal name type formal is declared, but is not used as a type in any function parameter in the function prototype function prototype. To enable the compiler to bind the type formals to a concrete type, the type formals must be in the parameter list.

The type formal is defined, but is not used in the function prototype.
Remove the definition of the type formal, or reference the type formal in the function prototype.