pub const fn array_split_8(a: [u8; 16]) -> ([u8; 8], [u8; 8])
Splits the input into two equal sized arrays.