pub unsafe extern "C" fn cose_hdr_format_string(
hdr: *mut cose_hdr_t,
key: i32,
str_: *const c_char,
)
Expand description
Format header with a string based value
@param hdr The header to modify @param key The key to add @param str zero terminated string to set