pub fn asbuf<T: Sized>(buf: &T) -> &[u8] ⓘ
Return a Sized object as a byte slice. 😬
Sized
Warning: Reading uninitialized memory is UB.