void *silc_schedule_get_context(SilcSchedule schedule);
Returns the application specific context that was saved into the scheduler in silc_schedule_init function. The context is also returned to application in the SilcTaskCallback, but this function may be used to get it as well if needed.