ListGetItemPtrFn

Type Alias ListGetItemPtrFn 

Source
pub type ListGetItemPtrFn = unsafe fn(OpaqueConst<'_>, usize) -> OpaqueConst<'_>;
Expand description

Get pointer to the item at the given index. Panics if out of bounds.

ยงSafety

The list parameter must point to aligned, initialized memory of the correct type.