I'm fairly surprised that we are still using `int` in the pxd file, instead of `size_t` or at least something like `cython.uint`. Also... why `float_t` instead of `float64_t`?
I'm fairly surprised that we are still using
intin the pxd file, instead ofsize_tor at least something likecython.uint.Also... why
float_tinstead offloat64_t?