FindInterface returns the import path and identifier of an interface.
For example, given "http.ResponseWriter", FindInterface returns
"net/http", "ResponseWriter".
Functions returns the set of methods required to implement iface.
It is called Functions rather than methods because the
function descriptions are functions; there is no receiver.