Source position: usbstorage.inc line 49
type raw_device_command = record
command: array [0..15] of cuint8;
command_length: cuint8;
flags: cuint8;
scsi_status: cuint8;
data: pointer;
data_length: cint;
end;