pub unsafe extern "C" fn PySlice_GetIndices( r: *mut PyObject, length: isize, start: *mut isize, stop: *mut isize, step: *mut isize, ) -> i32