The general signature of the swift method is similar to the name func (Param1 param1: param1Type, Param2 param2: param2Type) -> returnType
- , , .
typeAliasing , (Param1, Param2) underScore
underScore .
public typealias URLRequestClosure = (_ response: URLResponse?, _ Data data: Data?, _ error: Error?) -> Void