arrays (tuple(float, int, str)) – Specify which arrays to initialize and the desired order.
If omitted, returned arrays are (‘float’, ‘int’, ‘str’), in that order.
byteorder (str) – Desired byte order of initialized arrays
(little, native, big) as {‘<’, ‘=’, ‘>’}.