pub(crate) fn popcount_numpy(packed: PyReadonlyArray1<'_, u64>) -> PyResult<u64>
Popcount on a numpy uint64 array — zero-copy input.