# Functions
SliceToArray Converts an bytes slice to an array of size "length" and returns an interface with the result
In Go, arrays have a fixed size that must be known at compile time, which makes converting a slice to an array of variable size directly not possible.