fn int_to_u32_vec<const SIGNED: bool>( long: &Bound<'_, PyInt>, ) -> PyResult<Vec<u32>>
num-bigint
Py_LIMITED_API
Py_3_13