kdf_argon2_set_ctx_params
if (!ossl_prov_is_running() || !kdf_argon2_set_ctx_params(vctx, params))
{ OSSL_FUNC_KDF_SET_CTX_PARAMS, (void (*)(void))kdf_argon2_set_ctx_params },
{ OSSL_FUNC_KDF_SET_CTX_PARAMS, (void (*)(void))kdf_argon2_set_ctx_params },
{ OSSL_FUNC_KDF_SET_CTX_PARAMS, (void (*)(void))kdf_argon2_set_ctx_params },
static OSSL_FUNC_kdf_set_ctx_params_fn kdf_argon2_set_ctx_params;
static int kdf_argon2_set_ctx_params(void *vctx, const OSSL_PARAM params[]);