(cancel-timeout timeout) -> null
Cancels the given timeout.
Example:
>> (define a (timeout 10000 (output) 1)) :: [timeout 53EF60] >> (cancel-timeout a) :: null