pub fn serialize_with_into<W, T>(pipe: W, value: &T, mode: Mode) -> Result<()> where
    W: Write,
    T: BinSerialize + ?Sized