Remove and return the element at index loc from a stack.
loc
Declared in <openssl/stack.h>
<openssl/stack.h>
void* OPENSSL_sk_delete( OPENSSL_STACK* st, int loc);
Removed element pointer, or NULL if loc is out of range.