pub unsafe extern "C" fn list_get_at(
l: *const list_t,
pos: c_uint,
) -> *mut c_voidExpand description
retrieve an element at a given position.
@param l list to operate @param pos [0,size-1] position index of the element wanted @return reference to user datum, or NULL on errors