pub fn strings_to_string_list<I, S>(strings: I) -> *mut *mut c_charwhere I: IntoIterator<Item = S>, S: AsRef<str>,