pub unsafe extern "C" fn clone(
ls: *const custom_labels_labelset_t,
) -> *mut custom_labels_labelset_tExpand description
Clone the given label set.
Returns the clone on success, NULL otherwise.
pub unsafe extern "C" fn clone(
ls: *const custom_labels_labelset_t,
) -> *mut custom_labels_labelset_tClone the given label set.
Returns the clone on success, NULL otherwise.