Store a signed int into an OSSL_PARAM integer buffer.
Declared in <openssl/params.h>
<openssl/params.h>
int OSSL_PARAM_set_int( OSSL_PARAM* p, int val);
1 on success, or 0 if the buffer is too small or of the wrong type.
val.