pub fn print_bytes_in_groups(
    bytes: &[u32],
    n: usize,
    buf_size: usize
) -> Vec<String>