Informix Error -438
-438 Call back function must be NULL if time-out value is -1.
You provided an incorrect value to unregister your callback function. Pass a null value, not a function pointer, to the callback function.
You provided an incorrect value to unregister your callback function. Pass a null value, not a function pointer, to the callback function.