pub unsafe extern "C" fn ucl_object_delete_key(
    top: *mut ucl_object_t,
    key: *const c_char
) -> bool
Expand description

Delete a object associated with key ‘key’, old object will be unrefered, @param top object @param key key associated to the object to remove