CDISP0379E

The actual parameter that is passed to the parameter name mutable formal parameter must be mutable.

The parameter in the function call is mutable, but the actual parameter that is passed to the function cannot be modified.
Ensure that the actual value that is passed to the function is mutable, or change the function definition to remove the mutable parameter that cannot be modified.