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