Function labelset_debug_string

Source
pub unsafe extern "C" fn labelset_debug_string(
    ls: *const custom_labels_labelset_t,
    out: *mut custom_labels_string_t,
) -> c_int
Expand description

Writes a debug string representing the given label set into out. If successful, the caller must free out->buf.

Returns 0 on success, errno otherwise.