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