_check_numbers_template
_check_numbers_template("%d", pval, string, fmt, n_args, ap);
_check_numbers_template("%hu", pval, string, fmt, n_args, ap);
_check_numbers_template("%hd", pval, string, fmt, n_args, ap);
_check_numbers_template("%hhu", pval, string, fmt, n_args, ap);
_check_numbers_template("%hhd", pval, string, fmt, n_args, ap);
_check_numbers_template("%llu", pval, string, fmt, n_args, ap);
_check_numbers_template("%lld", pval, string, fmt, n_args, ap);
_check_numbers_template("%lu", pval, string, fmt, n_args, ap);
_check_numbers_template("%ld", pval, string, fmt, n_args, ap);
_check_numbers_template("%u", pval, string, fmt, n_args, ap);