[][src]Function uclicious_libucl_sys::ucl_object_lookup_len

pub unsafe extern "C" fn ucl_object_lookup_len(
    obj: *const ucl_object_t,
    key: *const c_char,
    klen: usize
) -> *const ucl_object_t

Return object identified by a fixed size key in the specified object @param obj object to get a key from (must be of type UCL_OBJECT) @param key key to search @param klen length of a key @return object matching the specified key or NULL if key was not found