pub fn bytes16(data: &[u8], off: usize) -> [u8; 16]
Copies a fixed 16-byte array (a UUID / key half) at off, zero-filled if the range is out of bounds.
off