vsscanf
int vsscanf(const char * __restrict, const char * __restrict, __va_list)
ret = vsscanf(str, fmt, ap);
return vsscanf(buf, fmt, ap);