public struct SecBufferDesc { public uint ulVersion; public uint cBuffers; public unsafe SecBuffer* pBuffers; }
SecBuffer
Last updated 10 months ago