pub(crate) fn int_from_ne_bytes<'py, const IS_SIGNED: bool>( py: Python<'py>, bytes: &[u8], ) -> Bound<'py, PyInt>
Py_3_13
Py_LIMITED_API