msg_total_size_log_cb
if (!TEST_true(OSSL_CMP_CTX_set_log_cb(ctx, msg_total_size_log_cb)))
if (!TEST_true(ctx->log_cb == msg_total_size_log_cb)) {