pub fn serialize_to_bytes<T>(msg: T) -> Byteswhere T: Serialize,
Serialize a message to bytes using bincode.