i2d_OSSL_CMP_MSG
return ASN1_i2d_bio_of(OSSL_CMP_MSG, i2d_OSSL_CMP_MSG, bio, msg);
return msg != NULL ? i2d_OSSL_CMP_MSG(msg, NULL) > 0 : 0;