Function riot_sys::cose_hdr_format_int

source ยท
pub unsafe extern "C" fn cose_hdr_format_int(
    hdr: *mut cose_hdr_t,
    key: i32,
    value: i32,
)
Expand description

Format header with an integer based value

@param hdr The header to modify @param key The key to add @param value The value to set in the header