Source position: aes.inc line 3
type _aes_keyslot = packed record
normalkey: array [0..15] of pcuint8;
key_x: array [0..15] of pcuint8;
key_y: array [0..15] of pcuint8;
end;