pub const fn combine_to_array<const LEN: usize>(pieces: &[&[u8]]) -> [u8; LEN]
Wrapper around combine which has a const generic parameter, this is going to be more codegen at compile time (?)
combine