Function toVec

Utility function for SCP

inout(scpd.types.XDRBase.xvector!(ubyte,4294967292)) toVec (
  ref inout(opaque_array!(64)) data
) nothrow @nogc;

inout(scpd.types.XDRBase.xvector!(ubyte,4294967292)) toVec (
  scope inout(ubyte[]) data
) nothrow @nogc;