internal static System.Nullable <PAC_DEVICE_INFO> Decode(NtApiDotNet.Ndr.Marshal.NdrPickledType pickled_type)
        {
            _Unmarshal_HelperDeviceInfo u = new _Unmarshal_HelperDeviceInfo(pickled_type);

            System.Nullable <PAC_DEVICE_INFO> v;
            v = u.ReadReferentValue <PAC_DEVICE_INFO>(new System.Func <PAC_DEVICE_INFO>(u.Read_0), false);
            return(v);
        }
 internal _Unmarshal_HelperDeviceInfo(NtApiDotNet.Ndr.Marshal.NdrPickledType pickled_type) :
     base(pickled_type)
 {
 }