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.
pub type ListLenFn = unsafe fn(list: OpaqueConst<'_>) -> usize;Get the number of items in the list
The list parameter must point to aligned, initialized memory of the correct type.