SYNOPSIS
	mixed *call_out_info(void)

DESCRIPTION
	Get information about all pending call outs. An array is
	returned, where nearly every item in the array consists of 4
	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)
