1 2 3 4 5
#module std.internet primitive tcp_client(u8[] ip, u16 port, in<u8[]> tx, out<u8[]> rx) { #builtin }