[][src]Function uclicious_libucl_sys::ucl_object_delete_keyl

pub unsafe extern "C" fn ucl_object_delete_keyl(
    top: *mut ucl_object_t,
    key: *const c_char,
    keylen: usize
) -> bool

Delete a object associated with key 'key', old object will be unrefered, @param top object @param key key associated to the object to remove @param keylen length of the key (or 0 for NULL terminated keys)