SYNOPSIS
        mixed *call_out_info(void)

DESCRIPTION
        Get information about all pending call outs. The result is an
        array in which every entry is itself an array describing one
        call_out. Each of these arrays consists of 3 or more elements:
        
        1. The object
        2. The function
        3. The delay to go
        4ff. The optional argument(s)
        
        Callouts for destructed objects will not be contained in the
        list.

SEE ALSO
        call_out(E), remove_call_out(E), find_call_out(E)
