OSSL_PARAM_int32
OSSL_PARAM param = OSSL_PARAM_int32("a", NULL);
OSSL_PARAM_int32("int32", &datum_i32),
OSSL_PARAM_int32("int", NULL),