pub fn identity<T>(data: T) -> T where
    T: AsRef<[u8]>,