pub fn decode_i64_array(bytes: &[u8]) -> Vec<i64>
Given a byte array representing a 1d i64 array, then serialized as bytes, return the i64 array.