str_insert_str
return (str_insert_str(s, idx, &src));
boolean_t str_insert_str(str_t *, size_t, const str_t *);