Function PySlice_GetIndicesEx
pub unsafe fn PySlice_GetIndicesEx(
slice: *mut PyObject,
length: isize,
start: *mut isize,
stop: *mut isize,
step: *mut isize,
slicelength: *mut isize,
) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.