pub type SetLenFn = for<'set> unsafe fn(set: PtrConst<'set>) -> usize;
Get the number of values in the set
The set parameter must point to aligned, initialized memory of the correct type.
set