pub fn to_writer<W>(writer: W, value: &Cff) -> Result<()>where W: Write,
Serialize the given CFF as YAML into the IO stream.