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