pub unsafe extern "C" fn cose_hdr_insert(
hdrs: *mut *mut cose_hdr_t,
nhdr: *mut cose_hdr_t,
)Expand description
Insert a new header into the list
@param hdrs The first header in a list @param nhdr New header to insert
pub unsafe extern "C" fn cose_hdr_insert(
hdrs: *mut *mut cose_hdr_t,
nhdr: *mut cose_hdr_t,
)Insert a new header into the list
@param hdrs The first header in a list @param nhdr New header to insert