cfunction (string/bytes str) Returns an array of integers that are the byte values of the string.
(string/bytes "hello") # => (104 101 108 108 111)