pub fn boxed_bytes_from_slice(data: &[u8]) -> Box<[u8]>
Copy bytes directly into exact-size owned storage.