OSSL_CMP_MSG_get0_header
hdr = OSSL_CMP_MSG_get0_header(res);
STACK_OF(OSSL_CMP_ITAV) *itavs = OSSL_CMP_HDR_get0_geninfo_ITAVs(OSSL_CMP_MSG_get0_header(cert_req));
OSSL_CMP_PKIHEADER *hdr = OSSL_CMP_MSG_get0_header(req);
|| (hdr = OSSL_CMP_MSG_get0_header(req)) == NULL) {
hdr = OSSL_CMP_MSG_get0_header(msg);
OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
prot_part.header = OSSL_CMP_MSG_get0_header(msg);
const OSSL_CMP_PKIHEADER *hdr = OSSL_CMP_MSG_get0_header(fixture->msg);