Skip to main content

new

Function new 

Source
pub unsafe extern "C" fn new(
    capacity: usize,
) -> *mut custom_labels_labelset_t
Expand description

Create a new label set.

Returns the new label set on success, NULL on failure.