Split binary data by size.
value: The value to split size: Split by size
output-location: Location to store the output data
value: ABCDE size: 2
[ "AB", "CD", "E" ]