Source position: openssl3.pas line 54
type ASN1_STRING = record
length: Integer;
asn1_type: Integer;
data: pointer;
flags: LongInt;
end;