pub unsafe fn read_unsafe<'a, T: Sized>(input: &'a [u8]) -> &'a T
Expand description

Reads a T from input with no checks.