pub unsafe extern "C" fn SSL_CTX_set_tmp_dh_callback( ctx: *mut ssl_ctx_st, dh: Option<unsafe extern "C" fn(*mut ssl_st, i32, i32) -> *mut dh_st>, )