Ensure a stack's internal array can hold at least n elements without reallocating.
n
Declared in <openssl/stack.h>
<openssl/stack.h>
int OPENSSL_sk_reserve( OPENSSL_STACK* st, int n);
1 on success, or 0 on allocation failure.