pub unsafe extern "C" fn ucl_array_head(
    top: *const ucl_object_t
) -> *const ucl_object_t
Expand description

Returns the first element of the array top @param top array ucl object @return element or NULL if top is NULL or not an array