pub fn encode_to<T: Serialize, W: Write>(value: &T, writer: W) -> Result<()>
Serialize a value as CBOR into a writer.