pub unsafe extern "C" fn suit_component_name_to_string(
    manifest: *const suit_manifest_t,
    component: *const suit_component_t,
    separator: c_char,
    buf: *mut c_char,
    buf_len: size_t
) -> c_int
Expand description

@brief Convert a component name to a string

Each component part is prefixed with @p separator

@return SUIT_OK if successful @return negative error code on error