pub unsafe fn read_array_unsafe<'a, T: Sized>(input: &'a [u8]) -> &'a [T]
Reads an array of Ts from input with no checks.
T
input