Remove and return the last element of a stack.
Declared in <openssl/stack.h>
<openssl/stack.h>
void* OPENSSL_sk_pop(OPENSSL_STACK* st);
Former top element, or NULL if st is empty/NULL.
st