The example given was EVP_PKEY_get_() and from the API name it is fairly clear
what the first param should be EVP_PKEY *pkey (the API tells you this).
For the fetch case, I still think that the algorithm is the most important
param.
Libctx, propq are optional parameters as far as I am
There are many red herrings in here, and I would argue that trying to
be too uniform in the way you think about all functions may be
harmful, because not all functions are classified the same.
We cannot deny that many of our interfaces have an OOP flair. We may
be programming in C, but we very