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