pub unsafe extern "C" fn cose_hdr_size(
hdr: *const cose_hdr_t,
) -> size_t
Expand description
Retrieve the size of a list of cose_hdr_t structs
@param hdr The first header in a list, can be NULL
@return The number of headers in the list
pub unsafe extern "C" fn cose_hdr_size(
hdr: *const cose_hdr_t,
) -> size_t
Retrieve the size of a list of cose_hdr_t structs
@param hdr The first header in a list, can be NULL
@return The number of headers in the list