Return the number of elements in a stack.
Declared in <openssl/stack.h>
<openssl/stack.h>
int OPENSSL_sk_num(OPENSSL_STACK const* st);
Element count, or 0 if st is NULL.
st