Function silc_net_gethostbyname_async
SYNOPSIS
void silc_net_gethostbyname_async(const char *name,
SilcSchedule schedule,
SilcNetResolveCallback completion,
void *context)
DESCRIPTION
Asynchronously resolves the IP address of the hostname indicated
by the `host'. This function returns immediately, and the
`completion' callback will be called after the resolving is
completed.