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