pub fn write_tcp<'a, T: Serialize>( seq: &mut u32, msg: impl Into<BytesOrT<'a, T>>, buf: &mut [u8], ) -> Result<usize, TcpError>