public uint _ServerAllocateOIDs(NtApiDotNet.Ndr.Marshal.NdrContextHandle p0, long p1, int p2, long[] p3, int p4, out long[] p5, out int p6)
        {
            _Marshal_Helper m = new _Marshal_Helper();

            m.WriteContextHandle(p0);
            m.WriteInt64(p1);
            m.WriteInt32(p2);
            m.Write_34(NtApiDotNet.Win32.Rpc.RpcUtils.CheckNull(p3, "p3"), p2);
            m.WriteInt32(p4);
            _Unmarshal_Helper u = SendReceive(7, m);

            p5 = u.Read_35();
            p6 = u.ReadInt32();
            return(u.ReadUInt32());
        }