pub fn encode_protobuf<T>(protobuf_type: T) -> Result<Vec<u8>, Global>where
    T: Message,