func _io_bind(fd: Int, addr: Int, port: Int) 'io -> IntBinds fd to an IPv4 address and port; returns zero or a negative errno.View Sourcepub func _io_bind(fd: Int, addr: Int, port: Int) 'io -> Int { 'io(request: .bind(fd, addr, port)) }