vsscanf
int vsscanf(const char * __restrict, const char * __restrict,
ret = vsscanf(str, fmt, ap);
if (vsscanf(buf, fmt, ap) > 0) {