Find the first stack element that compares equal to data.
data.
Declared in <openssl/stack.h>
<openssl/stack.h>
int OPENSSL_sk_find( OPENSSL_STACK* st, void const* data);
Zero-based index of the match, or -1 if not found.