Source position: mseopensslasn.pas line 19
type ASN1_STRING = record
length: cint;
asn1_type: cint;
data: pointer;
flags: clong;
end;