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

Return size of the array top @param top object to get size from (must be of type UCL_ARRAY) @return size of the array