pub unsafe extern "C" fn get_list_size(
context: *mut c_context,
value: *const value,
) -> c_uintExpand description
@brief Get the length of a list @ingroup value_extract @param[out] context Optional, stores error information @param[in] value Nix value to inspect @return length of list, error info via context