pub unsafe extern "C" fn ucl_object_key(
    obj: *const ucl_object_t
) -> *const c_char
Expand description

Returns a key of an object as a NULL terminated string @param obj CL object @return key or NULL if there is no key