pub fn serializable_value_to_cbor<T: ?Sized + Serialize>( value: &T, version: Option<u32>, ) -> Result<Vec<u8>, ProtocolError>