pub fn convert_vec_to_fixed_array<const N: usize>(
    data: &Vec<u8>
) -> *mut [u8; N]