fn fixed_size_binary_substring( array: &FixedSizeBinaryArray, old_len: i32, start: i32, length: Option<i32>, ) -> Result<ArrayRef, ArrowError>