sv_init_str
sv_init_str(&sv, str, str + n);
sv_init_str(&sv, s, s + len);
void sv_init_str(strview_t *, const char *, const char *);