pub fn set_text_list<I, S>(text_list: Builder<'_>, texts: I) -> Result<()>where
    I: IntoIterator<Item = S>,
    S: AsRef<str>,