pub(crate) fn py_cordiv( py: Python<'_>, numerator: PyReadonlyArray1<'_, u8>, denominator: PyReadonlyArray1<'_, u8>, ) -> PyResult<Py<PyArray1<u8>>>