pub fn parse_buffer(
    arr_n: &[u32],
    size_buffer: u8,
    size_parsing: u8
) -> (Vec<u32>, bool, usize)