pub fn decode_value( py: Python<'_>, data: &[u8], desc: &PyStructureDesc, is_be: bool, ) -> PyResult<PyObject>
Decode a pvData value given the accompanying StructureDesc.
StructureDesc