pub fn decode_bytes<'b>( p: &PointDesc<'_>, regs: &[u16], out: &'b mut [u8], ) -> Result<&'b [u8], DecodeError>
Decode a BYTES_RAW point into a caller-provided buffer.