Return the element at index idx in a stack (no bounds checking beyond returning NULL).
idx
Declared in <openssl/stack.h>
<openssl/stack.h>
void* OPENSSL_sk_value( OPENSSL_STACK const* st, int idx);
Element pointer, or NULL if idx is out of range.