CRYPT_INTEGER_BLOB

public struct CRYPT_INTEGER_BLOB
{
    public uint cbData;
    public unsafe byte* pbData;
}

Last updated