quic_sslctx_create
void* quic_sslctx_create(char* key, char* pem, char* verifypem);
if(!(ctx = quic_sslctx_create(key, pem, NULL))) {