pub unsafe extern "C" fn drvector_get_entry(
vec: *mut drvector_t,
idx: uint,
) -> *mut c_voidExpand description
Returns the entry at index \p idx. For an unsychronized table, the caller is free to directly access the \p array field of \p vec.