X509_get_ext_count
for (i = X509_get_ext_count(x) - 1; i >= 0; i--) {
for (i = 0; i < X509_get_ext_count(x); i++) {
int X509_get_ext_count(const X509 *x);