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