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