Function Socket.sendmsg

Implementation of sendmsg.

long sendmsg (
  ref const(core.sys.posix.sys.socket.msghdr) msg,
  int flags,
  Timeout timeout = Timeout(TscTimePoint(9223372036854775807L))
) @nogc @trusted;