cfunction 
    (tarray/swap-bytes  src  sindex  dst  dindex  &opt  count )
    Swap  count  elements  (default  1 ) between  src  array  from  index  sindex  
    and  dst  array  at  position  dindex  memory  can  overlap.