pub type NdArrayCountFn = unsafe fn(array: PtrConst) -> usize;
Get the total count of elements in the array.
The array parameter must point to aligned, initialized memory of the correct type.
array