Skip to main content

debug_string

Function debug_string 

Source
pub unsafe extern "C" fn 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.