I have the following issue with APOC 4.4.0.4
When running the following example code (apoc.custom.declareFunction - APOC Documentation) using the latest APOC 4.4.0.4 library:
CALL apoc.custom.declareFunction(
'double(input::INT) :: INT',
'RETURN $inp...