pub fn store_array<'a, const N: usize>( buf: &'a mut [u8], array: &[u8; N]) -> Result<&'a mut [u8]>
Store a statically sized array into a buffer, returning the remainder of the buffer.