Function SockAddrUnix.this

Construct a SockAddrUnix

ref this (
  const(core.sys.posix.sys.socket.sockaddr*) sa,
  uint length
) nothrow @nogc @trusted;

ref this (
  string path
) nothrow @nogc @trusted;