Function PySlice_AdjustIndices
pub unsafe extern "C" fn PySlice_AdjustIndices(
length: isize,
start: *mut isize,
stop: *mut isize,
step: isize,
) -> isize ⓘ
Available on crate features
dep_pyo3
and std
only.