pub unsafe extern "C" fn delete(
ls: *mut custom_labels_labelset_t,
key: custom_labels_string_t,
)Expand description
Delete a custom label, if it exists, on the given label set.
This function forwards to custom_labels_careful_delete if ls
is the current set.