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