Sends the contents of a byte vector to the child's input channel.
Declared in <util/subprocess.h>
<util/subprocess.h>
int send(std::vector<char> const& msg);
Number of bytes written, or -1 on error.