Type Alias ListLenFn

Source
pub type ListLenFn = unsafe fn(list: OpaqueConst<'_>) -> usize;
Expand description

Get the number of items in the list

ยงSafety

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