pub fn serialize_tag<T>(payload: T) -> ExternResult<LinkTag>where T: Serialize + Debug, SerializedBytes: TryFrom<T, Error = SerializedBytesError>,