Function SSL_get_ex_new_index
int SSL_get_ex_new_index
(
long argl,
void* argp,
extern(C) int function(void*, void*, deimos .openssl .crypto .crypto_ex_data_st*, int, long, void*) new_func,
extern(C) int function(deimos .openssl .crypto .crypto_ex_data_st*, deimos .openssl .crypto .crypto_ex_data_st*, void*, int, long, void*) dup_func,
extern(C) void function(void*, void*, deimos .openssl .crypto .crypto_ex_data_st*, int, long, void*) free_func
);